We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2d833c + 0bd1ff7 commit 3216687Copy full SHA for 3216687
spring-boot-project/spring-boot-docs/build.gradle
@@ -204,7 +204,8 @@ task aggregatedJavadoc(type: Javadoc) {
204
.findAll { it.plugins.hasPlugin(JavaPlugin) && it.plugins.hasPlugin(MavenPublishPlugin) }
205
.findAll { !it.path.contains(":spring-boot-tools:") ||
206
it.path.contains(":spring-boot-tools:spring-boot-buildpack-platform") ||
207
- it.path.contains(":spring-boot-tools:spring-boot-loader-tools") }
+ it.path.contains(":spring-boot-tools:spring-boot-loader-tools") ||
208
+ (it.path.contains(":spring-boot-tools:spring-boot-loader") && !it.path.contains("spring-boot-loader-classic"))}
209
.findAll { !it.name.startsWith('spring-boot-starter') }
210
dependsOn publishedProjects.javadoc
211
source publishedProjects.javadoc.source
0 commit comments