Skip to content

Commit ca3fa54

Browse files
authored
Fix: Remove sun and android.os packages from Import-Package header of… (#958)
Fix: Remove sun and android.os packages from Import-Package header of MANIFEST.MF
1 parent 0b0ee35 commit ca3fa54

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
125125
"org.msgpack.value",
126126
"org.msgpack.value.impl"
127127
),
128+
OsgiKeys.importPackage :=
129+
Seq(
130+
"!android.os",
131+
"!sun.*"
132+
),
128133
testFrameworks += new TestFramework("wvlet.airspec.Framework"),
129134
Test / javaOptions ++=
130135
Seq(

0 commit comments

Comments
 (0)