parent
501c3f9fb8
commit
1b216b28d4
1 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,11 @@ object OSGi {
|
|||
// Each package contained in a project MUST be known to be private or exported, if it's undecided we MUST resolve this
|
||||
OsgiKeys.failOnUndecidedPackage := true,
|
||||
// By default an entry is generated from module group-id, but our modules do not adhere to such package naming
|
||||
OsgiKeys.privatePackage := Seq())
|
||||
OsgiKeys.privatePackage := Seq(),
|
||||
// Explicitly specify the version of JavaSE required #23795 (rather depend on
|
||||
// figuring that out from the JDK it was built with)
|
||||
OsgiKeys.requireCapability := "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version>=1.8))\""
|
||||
)
|
||||
|
||||
val actor = osgiSettings ++ Seq(
|
||||
OsgiKeys.exportPackage := Seq("akka*"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue