Include spring-boot-loader in API documentation
Closes gh-43151
This commit is contained in:
parent
a1ce20701f
commit
0bd1ff7747
|
|
@ -203,7 +203,8 @@ task aggregatedJavadoc(type: Javadoc) {
|
|||
.findAll { it.plugins.hasPlugin(JavaPlugin) && it.plugins.hasPlugin(MavenPublishPlugin) }
|
||||
.findAll { !it.path.contains(":spring-boot-tools:") ||
|
||||
it.path.contains(":spring-boot-tools:spring-boot-buildpack-platform") ||
|
||||
it.path.contains(":spring-boot-tools:spring-boot-loader-tools") }
|
||||
it.path.contains(":spring-boot-tools:spring-boot-loader-tools") ||
|
||||
(it.path.contains(":spring-boot-tools:spring-boot-loader") && !it.path.contains("spring-boot-loader-classic"))}
|
||||
.findAll { !it.name.startsWith('spring-boot-starter') }
|
||||
dependsOn publishedProjects.javadoc
|
||||
source publishedProjects.javadoc.source
|
||||
|
|
|
|||
Loading…
Reference in New Issue