Skip to content

Commit

Permalink
Made osgi caching
Browse files Browse the repository at this point in the history
Signed-off-by: Andy.Chen <[email protected]>
  • Loading branch information
Roiocam committed Jan 29, 2024
1 parent 13776ef commit 39db4ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/OSGi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ object OSGi {
// figuring that out from the JDK it was built with)
OsgiKeys.requireCapability := "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version>=1.8))\"",
// Recent versions of BND create corrupted jars so use JDK jar instead, see https://github.com/sbt/sbt-osgi/pull/81
OsgiKeys.packageWithJVMJar := true)
OsgiKeys.packageWithJVMJar := true,
OsgiKeys.cacheStrategy := Some(OsgiKeys.CacheStrategy.Hash)
)

lazy val actor = osgiSettings ++ Seq(
OsgiKeys.exportPackage := Seq("org.apache.pekko*"),
Expand Down

0 comments on commit 39db4ca

Please sign in to comment.