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