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 ->
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 }
You can’t perform that action at this time.
0 commit comments