Skip to content

Commit 8ba2eda

Browse files
committed
Use the default build when creating the OSGI bundle
Else the module-info is not included.
1 parent ddecc17 commit 8ba2eda

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,13 @@ pomExtra := (
201201
)
202202

203203
// OSGI
204-
205-
osgiSettings
206-
207204
OsgiKeys.bundleSymbolicName := "com.github.luben.zstd-jni"
208205
OsgiKeys.exportPackage := Seq(s"com.github.luben.zstd", "com.github.luben.zstd.util")
209206
OsgiKeys.importPackage := Seq("org.osgi.framework;resolution:=optional")
210207
OsgiKeys.privatePackage := Seq(
211208
"linux.amd64", "linux.i386", "linux.aarch64", "linux.arm", "linux.ppc64",
212209
"linux.ppc64le", "linux.mips64", "linux.loongarch64", "linux.s390x", "darwin.x86_64",
213-
"darwin.aarch64", "win.amd64", "win.x86", "freebsd.amd64", "freebsd.i386",
210+
"darwin.aarch64", "win.amd64", "win.x86", "win.aarch64", "freebsd.amd64", "freebsd.i386",
214211
"linux.riscv64"
215212
)
216213
// Explicitly specify the version of JavaSE required

0 commit comments

Comments
 (0)