Make Javadocs with JDK9
This commit is contained in:
parent
b4d9f14b3e
commit
75e850fb8a
|
@ -33,7 +33,7 @@ tasks.withType(JavaCompile) {
|
|||
}
|
||||
}
|
||||
tasks.withType(Javadoc) {
|
||||
executable = java6Executables.javadoc
|
||||
executable = java9Executables.javadoc
|
||||
}
|
||||
tasks.withType(Test) {
|
||||
executable = java6Executables.java
|
||||
|
|
Loading…
Reference in New Issue