an attempt to make the javadoc shut up
This commit is contained in:
@@ -187,6 +187,10 @@ configure(subprojects - project(":annotations")){
|
||||
options.compilerArgs.addAll(['--release', '8'])
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(Javadoc){
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
}
|
||||
}
|
||||
|
||||
project(":desktop"){
|
||||
|
||||
Reference in New Issue
Block a user