Skip to content

Commit

Permalink
set bom output
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Nov 26, 2024
1 parent 9a5247f commit 010a662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ tasks.withType(DependencyUpdatesTask).configureEach {
cyclonedxBom {
includeConfigs = ["runtimeClasspath"]
schemaVersion = "1.4"
outputName = "bom"
outputFormat = "all"
}

tasks.register("packageBoms", Zip) {
Expand Down

0 comments on commit 010a662

Please sign in to comment.