File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
spring-boot-project/spring-boot-starters/spring-boot-starter-parent Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,14 @@ publishing.publications.withType(MavenPublication) {
162
162
goals {
163
163
delegate. goal(' makeAggregateBom' )
164
164
}
165
+ configuration {
166
+ delegate. projectType(' application' )
167
+ delegate. outputDirectory(' ${project.build.outputDirectory}/META-INF/sbom' )
168
+ delegate. outputFormat(' json' )
169
+ delegate. outputName(' application.cdx' )
170
+ }
165
171
}
166
172
}
167
- configuration {
168
- delegate. projectType(' application' )
169
- delegate. outputDirectory(' ${project.build.outputDirectory}/META-INF/sbom' )
170
- delegate. outputFormat(' json' )
171
- delegate. outputName(' application.cdx' )
172
- }
173
173
}
174
174
plugin {
175
175
delegate. groupId(' org.springframework.boot' )
You can’t perform that action at this time.
0 commit comments