mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-07 23:25:09 +00:00
Gradle tweak: fix for Oracle javadoc doclint strictness.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user