Make Javadocs with JDK9

This commit is contained in:
hedgecrw85 2018-04-02 17:03:45 -05:00
parent b4d9f14b3e
commit 75e850fb8a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ tasks.withType(JavaCompile) {
}
}
tasks.withType(Javadoc) {
executable = java6Executables.javadoc
executable = java9Executables.javadoc
}
tasks.withType(Test) {
executable = java6Executables.java