Skip to content

Commit

Permalink
Set project type to 'application'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 29, 2024
1 parent df36586 commit cd6de28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ publishing.publications.withType(MavenPublication) {
}
}
configuration {
delegate.projectType('application')
delegate.outputDirectory('${project.build.outputDirectory}/META-INF/sbom')
delegate.outputFormat('json')
delegate.outputName('application.cdx')
Expand Down

0 comments on commit cd6de28

Please sign in to comment.