Skip to content

Commit 2ee6132

Browse files
committed
Add java.xml module to apiMappings for Java 9
1 parent eb3680e commit 2ee6132

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

+3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ lazy val xml = crossProject.in(file("."))
4141
// If everything fails, jam in the Java 9 base module.
4242
Map(
4343
file("/modules/java.base")
44+
-> url("http://docs.oracle.com/javase/9/docs/api"),
45+
file("/modules/java.xml")
4446
-> url("http://docs.oracle.com/javase/9/docs/api")
47+
4548
)
4649
}
4750
}

0 commit comments

Comments
 (0)