mirror of
https://github.com/lightbend/config.git
synced 2025-01-28 21:20:07 +08:00
parent
e6c7e6bd5b
commit
868c4928b3
@ -47,7 +47,7 @@ object ConfigBuild extends Build {
|
||||
sonatype.settings ++
|
||||
osgiSettings ++
|
||||
Seq(
|
||||
OsgiKeys.exportPackage := Seq("com.typesafe.config"),
|
||||
OsgiKeys.exportPackage := Seq("com.typesafe.config", "com.typesafe.config.impl"),
|
||||
packagedArtifact in (Compile, packageBin) <<= (artifact in (Compile, packageBin), OsgiKeys.bundle).identityMap,
|
||||
artifact in (Compile, packageBin) ~= { _.copy(`type` = "bundle") },
|
||||
publish := { throw new RuntimeException("use publishSigned instead of plain publish") },
|
||||
|
Loading…
Reference in New Issue
Block a user