mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-03-03 14:32:52 +00:00
Gradle tweak: fix for Oracle javadoc doclint strictness.
This commit is contained in:
parent
061846dc96
commit
5a313bf9b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user