1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Merge branch '4.2'

This commit is contained in:
Florian Schmaus 2017-12-25 12:10:35 +01:00
commit 0cf33f9849
6 changed files with 7 additions and 7 deletions

View file

@ -179,7 +179,7 @@ allprojects {
// work, we extra add '-quiet', which is added anyway by
// gradle.
// TODO enable all doclints, see SMACK-650
options.addStringOption('Xdoclint:all,-html,-syntax', '-quiet')
options.addStringOption('Xdoclint:all,-html', '-quiet')
}
}
tasks.withType(Javadoc) {