Skip to content

Commit b645772

Browse files
committed
Remove Werror option from JavaDoc config
This option is not available in Java 11 yet
1 parent 6d86a15 commit b645772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ configure(javaProjects) { subproject ->
224224

225225
tasks.withType(Javadoc) {
226226
options.addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint
227-
options.addBooleanOption('Werror', true) // fail build on Javadoc warnings
228227
}
229228

230229
eclipse {

0 commit comments

Comments
 (0)