Skip to content

Commit 3fd7c35

Browse files
committed
hotfix: set bom output
1 parent c777c3f commit 3fd7c35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ cyclonedxBom {
108108
includeConfigs = ["runtimeClasspath"]
109109
schemaVersion = "1.4"
110110
projectType = "application"
111+
outputName = "bom"
112+
outputFormat = "all"
111113
}
112114

113115
test {

0 commit comments

Comments
 (0)