We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806ae6e commit d129747Copy full SHA for d129747
build.sbt
@@ -57,7 +57,8 @@ lazy val scalaJava8Compat = (project in file("."))
57
.settings(ScalaModulePlugin.scalaModuleOsgiSettings)
58
.settings(commonSettings)
59
.settings(
60
- name := "scala-java8-compat"
+ name := "scala-java8-compat",
61
+ scalaModuleAutomaticModuleName := Some("scala.compat.java8"),
62
)
63
64
fork := true, // This must be set so that runner task is forked when it runs fnGen and the compiler gets a proper classpath
0 commit comments