We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e86230 commit 0dff055Copy full SHA for 0dff055
spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle
@@ -162,14 +162,14 @@ publishing.publications.withType(MavenPublication) {
162
goals {
163
delegate.goal('makeAggregateBom')
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
+ }
171
172
- configuration {
- delegate.projectType('application')
- delegate.outputDirectory('${project.build.outputDirectory}/META-INF/sbom')
- delegate.outputFormat('json')
- delegate.outputName('application.cdx')
- }
173
174
plugin {
175
delegate.groupId('org.springframework.boot')
0 commit comments