We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b6ac6 commit 36e071cCopy full SHA for 36e071c
build.gradle
@@ -567,13 +567,9 @@ tasks.named('githubRelease').configure {
567
dependsOn packageDistroWithDependencies
568
}
569
570
-cyclonedxBom {
571
- // SBOM destination directory
572
- destination = reportsDir
573
- // The file name for the generated SBOMs (before the file format suffix)
574
- outputName = "sbom"
575
- // The file format generated, can be xml, json or all for generating both
576
- outputFormat = "json"
+cyclonedxDirectBom {
+ // destination directory and format
+ jsonOutput = file("build/reports/sbom.json")
577
// Don't include license texts in generated SBOMs
578
includeLicenseText = false
579
// Include runtime only deps (bundled libs, language libs, mps)
0 commit comments