Skip to content

Commit

Permalink
hotfix: set bom output
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Nov 26, 2024
1 parent c777c3f commit 3fd7c35
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 @@ -108,6 +108,8 @@ cyclonedxBom {
includeConfigs = ["runtimeClasspath"]
schemaVersion = "1.4"
projectType = "application"
outputName = "bom"
outputFormat = "all"
}

test {
Expand Down

0 comments on commit 3fd7c35

Please sign in to comment.