1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-11 08:15:35 +03:00

an attempt to make the javadoc shut up

This commit is contained in:
Anuken 2020-08-23 12:02:45 -04:00
parent 399b24ed8b
commit d9aa4eb9c9

View File

@ -187,6 +187,10 @@ configure(subprojects - project(":annotations")){
options.compilerArgs.addAll(['--release', '8'])
}
}
tasks.withType(Javadoc){
options.addStringOption('Xdoclint:none', '-quiet')
}
}
project(":desktop"){