Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: Remove sun and android.os packages from Import-Package header of…
… MANIFEST.MF
  • Loading branch information
spp4keba committed Feb 17, 2026
commit 31e7e8c17584d4d04bebc3ff1d720d71c898461f
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
"org.msgpack.value",
"org.msgpack.value.impl"
),
OsgiKeys.importPackage :=
Seq(
"!android.os",
"!sun.*"
),
testFrameworks += new TestFramework("wvlet.airspec.Framework"),
Test / javaOptions ++=
Seq(
Expand Down
Loading