Skip to content

Commit e90ae13

Browse files
committed
Don't use extDirs in javadoc.
https://www.oracle.com/technetwork/java/javase/9-relnote-issues-3704069.html describes that in JDK 9, support for extdirs was removed. It causes an error with javac 11 that doesn't show up with standard Java on Mac OS X.
1 parent e2df741 commit e90ae13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ task sourcesJar(type: Jar, dependsOn: classes) {
9494

9595
javadoc.options {
9696
overview = "src/main/javadoc/overview.html";
97-
extDirs = [ file("src/main/javadoc") ];
9897
docFilesSubDirs = true;
9998
}
10099

0 commit comments

Comments
 (0)