Remove Werror option from JavaDoc config
This option is not available in Java 11 yet
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user