Remove Werror option from JavaDoc config

This option is not available in Java 11 yet
This commit is contained in:
Artem Bilan
2022-03-28 11:34:16 -04:00
parent 6d86a15221
commit b64577262b

View File

@@ -224,7 +224,6 @@ configure(javaProjects) { subproject ->
tasks.withType(Javadoc) {
options.addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint
options.addBooleanOption('Werror', true) // fail build on Javadoc warnings
}
eclipse {