Remove -no-module-directories flag from javadoc build (#2201)

This commit is contained in:
Austin Shalit
2019-12-27 08:19:49 -08:00
committed by Peter Johnson
parent 6008671c30
commit f9a11cce5e

View File

@@ -125,7 +125,6 @@ task generateJavaDocs(type: Javadoc) {
ext.entryPoint = "$destinationDir/index.html"
if (JavaVersion.current().isJava11Compatible()) {
options.addBooleanOption('-no-module-directories', true)
doLast {
// This is a work-around for https://bugs.openjdk.java.net/browse/JDK-8211194. Can be removed once that issue is fixed on JDK's side
// Since JDK 11, package-list is missing from javadoc output files and superseded by element-list file, but a lot of external tools still need it