File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,6 @@ configure(javaProjects) { subproject ->
222
222
options. fork = true
223
223
}
224
224
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
-
230
225
eclipse {
231
226
project {
232
227
natures + = ' org.springframework.ide.eclipse.core.springnature'
@@ -1001,7 +996,6 @@ task api(type: Javadoc) {
1001
996
options. overview = ' src/api/overview.html'
1002
997
options. stylesheetFile = file(' src/api/stylesheet.css' )
1003
998
options. links(project. ext. javadocLinks)
1004
- options. addBooleanOption(' Xdoclint:syntax' , true ) // only check syntax with doclint
1005
999
source javaProjects. collect { project ->
1006
1000
project. sourceSets. main. allJava
1007
1001
}
You can’t perform that action at this time.
0 commit comments