Skip to content

Commit d79c9fd

Browse files
committed
Revert JavaDoc options for Java 11 on CI
1 parent fb05c73 commit d79c9fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ configure(javaProjects) { subproject ->
222222
options.fork = true
223223
}
224224

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-
230225
eclipse {
231226
project {
232227
natures += 'org.springframework.ide.eclipse.core.springnature'
@@ -1001,7 +996,6 @@ task api(type: Javadoc) {
1001996
options.overview = 'src/api/overview.html'
1002997
options.stylesheetFile = file('src/api/stylesheet.css')
1003998
options.links(project.ext.javadocLinks)
1004-
options.addBooleanOption('Xdoclint:syntax', true) // only check syntax with doclint
1005999
source javaProjects.collect { project ->
10061000
project.sourceSets.main.allJava
10071001
}

0 commit comments

Comments
 (0)