Remove configuration of obsolete html5 javadoc option
This commit is contained in:
parent
fe8518dcb2
commit
f78d9cdf22
|
|
@ -49,9 +49,6 @@ task api(type: Javadoc) {
|
|||
links(project.ext.javadocLinks)
|
||||
addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint
|
||||
addBooleanOption('Werror', true) // fail build on Javadoc warnings
|
||||
if (JavaVersion.current().isJava9Compatible()) {
|
||||
addBooleanOption('html5', true)
|
||||
}
|
||||
}
|
||||
source moduleProjects.collect { project ->
|
||||
project.sourceSets.main.allJava
|
||||
|
|
|
|||
Loading…
Reference in New Issue