mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Enable werror for javadoc and fix javadoc issues
This commit is contained in:
parent
4249c1a845
commit
1a3067c89b
323 changed files with 2929 additions and 2704 deletions
|
@ -251,15 +251,9 @@ allprojects {
|
|||
// gradle.
|
||||
options.addStringOption('Xdoclint:all', '-quiet')
|
||||
|
||||
// TODO: Add
|
||||
|
||||
// Treat warnings as errors.
|
||||
// See also https://bugs.openjdk.java.net/browse/JDK-8200363
|
||||
// options.addStringOption('Xwerror', '-quiet')
|
||||
|
||||
// after all javadoc warnings have been resolved and
|
||||
// remove Xwerror from the subprojects build.gradle files
|
||||
// (e.g. smack-android-extensions).
|
||||
options.addStringOption('Xwerror', '-quiet')
|
||||
}
|
||||
}
|
||||
tasks.withType(Javadoc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue