Skip to content

Commit

Permalink
Update javadoc to html5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Aug 26, 2018
1 parent 2a6f6ca commit 2fd3aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {

javadoc {
if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html4', true)
options.addBooleanOption('html5', true)
}
}

Expand Down

0 comments on commit 2fd3aed

Please sign in to comment.