We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c155532 commit 41e3c1cCopy full SHA for 41e3c1c
build.sbt
@@ -41,7 +41,10 @@ lazy val xml = crossProject.in(file("."))
41
// If everything fails, jam in the Java 9 base module.
42
Map(
43
file("/modules/java.base")
44
+ -> url("http://docs.oracle.com/javase/9/docs/api"),
45
+ file("/modules/java.xml")
46
-> url("http://docs.oracle.com/javase/9/docs/api")
47
+
48
)
49
}
50
0 commit comments