added "Automatic-Module-Name" to the manifest

This commit is contained in:
2020-11-09 18:29:21 +01:00
parent e50bbeb153
commit 96259b501e

View File

@@ -22,6 +22,9 @@ libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.12.1
javacOptions in (Compile, compile) ++= Seq("-source", "1.8", "-target", "1.8")
Compile / packageBin / packageOptions +=
Package.ManifestAttributes("Automatic-Module-Name" -> "net.woggioni.jwo")
enablePlugins(Delombok)
enablePlugins(DelombokJavadoc)
lazy val benchmark = (project in file("benchmark")).dependsOn(LocalRootProject)