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