Skip to content

Commit 24abe87

Browse files
authored
Merge pull request #334 from mbeddr/bugfix/sbom_publication
Update sbom.json publication
2 parents 05b974e + 9b7d6e8 commit 24abe87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ task package_mpsqa(type: Zip, dependsOn: [build_allInOne_package, cyclonedxBom])
318318
}
319319
from(reportsDir) {
320320
include 'sbom.json'
321+
into 'org.mpsqa.allInOne'
321322
}
322323
}
323324

@@ -349,7 +350,6 @@ cyclonedxBom {
349350
outputName = "sbom"
350351
outputFormat = "json"
351352
includeLicenseText = false
352-
schemaVersion = "1.5"
353353
includeConfigs = ["plantuml","baseLib","treemap","jacoco"]
354354
}
355355

0 commit comments

Comments
 (0)