We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e071c commit 293fad6Copy full SHA for 293fad6
build.gradle
@@ -570,6 +570,8 @@ tasks.named('githubRelease').configure {
570
cyclonedxDirectBom {
571
// destination directory and format
572
jsonOutput = file("build/reports/sbom.json")
573
+ // Generate only JSON format
574
+ xmlOutput.unsetConvention()
575
// Don't include license texts in generated SBOMs
576
includeLicenseText = false
577
// Include runtime only deps (bundled libs, language libs, mps)
0 commit comments