Fix generation of javadoc for the documentation zip

This commit is contained in:
Andy Wilkinson
2019-09-29 19:48:11 +01:00
parent c12d8c0024
commit e66c1f4c08

View File

@@ -226,7 +226,7 @@ task api (type: Javadoc) {
options.links = javadocLinks
options.addStringOption '-quiet'
source publishedCodeProjects.findAll { !it.name == 'spring-restdocs-asciidoctor' }
source publishedCodeProjects.findAll { it.name != 'spring-restdocs-asciidoctor' }
.collect { it.sourceSets.main.allJava }
destinationDir = new File(buildDir, "api")