Skip to content

Commit e66c1f4

Browse files
committed
Fix generation of javadoc for the documentation zip
1 parent c12d8c0 commit e66c1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ task api (type: Javadoc) {
226226
options.links = javadocLinks
227227
options.addStringOption '-quiet'
228228

229-
source publishedCodeProjects.findAll { !it.name == 'spring-restdocs-asciidoctor' }
229+
source publishedCodeProjects.findAll { it.name != 'spring-restdocs-asciidoctor' }
230230
.collect { it.sourceSets.main.allJava }
231231

232232
destinationDir = new File(buildDir, "api")

0 commit comments

Comments
 (0)