File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-boot-project/spring-boot-docs Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,8 @@ task aggregatedJavadoc(type: Javadoc) {
204
204
.findAll { it. plugins. hasPlugin(JavaPlugin ) && it. plugins. hasPlugin(MavenPublishPlugin ) }
205
205
.findAll { ! it. path. contains(" :spring-boot-tools:" ) ||
206
206
it. path. contains(" :spring-boot-tools:spring-boot-buildpack-platform" ) ||
207
- it. path. contains(" :spring-boot-tools:spring-boot-loader-tools" ) }
207
+ 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" ))}
208
209
.findAll { ! it. name. startsWith(' spring-boot-starter' ) }
209
210
dependsOn publishedProjects. javadoc
210
211
source publishedProjects. javadoc. source
You can’t perform that action at this time.
0 commit comments