We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Werror
1 parent 6d86a15 commit b645772Copy full SHA for b645772
build.gradle
@@ -224,7 +224,6 @@ configure(javaProjects) { subproject ->
224
225
tasks.withType(Javadoc) {
226
options.addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint
227
- options.addBooleanOption('Werror', true) // fail build on Javadoc warnings
228
}
229
230
eclipse {
0 commit comments