We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12d8c0 commit e66c1f4Copy full SHA for e66c1f4
build.gradle
@@ -226,7 +226,7 @@ task api (type: Javadoc) {
226
options.links = javadocLinks
227
options.addStringOption '-quiet'
228
229
- source publishedCodeProjects.findAll { !it.name == 'spring-restdocs-asciidoctor' }
+ source publishedCodeProjects.findAll { it.name != 'spring-restdocs-asciidoctor' }
230
.collect { it.sourceSets.main.allJava }
231
232
destinationDir = new File(buildDir, "api")
0 commit comments