mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 21:44:09 +07:00
an attempt to make the javadoc shut up
This commit is contained in:
parent
399b24ed8b
commit
d9aa4eb9c9
@ -187,6 +187,10 @@ configure(subprojects - project(":annotations")){
|
||||
options.compilerArgs.addAll(['--release', '8'])
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(Javadoc){
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
}
|
||||
}
|
||||
|
||||
project(":desktop"){
|
||||
|
Loading…
Reference in New Issue
Block a user