Gradle tweak: fix for Oracle javadoc doclint strictness.

This commit is contained in:
Rob Greene 2018-05-29 10:58:23 -05:00
parent 061846dc96
commit 5a313bf9b8
1 changed files with 4 additions and 0 deletions

View File

@ -147,6 +147,10 @@ task sourcesJar(type: Jar) {
from sourceSets.main.allSource
}
javadoc {
options.addStringOption('Xdoclint:none', '-quiet')
}
artifacts {
archives mavenJar, acJar
archives linuxJar, macosxJar, windowsJar