We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc1b08 commit b3fabdaCopy full SHA for b3fabda
build.gradle.kts
@@ -546,5 +546,5 @@ tasks.cyclonedxBom {
546
// Don't include license texts in generated SBOMs
547
includeLicenseText.set(false)
548
// Included bundled runtime dependencies
549
- includeConfigs.set(bundledDependencies.map { it.name })
+ includeConfigs.set(bundledDependencies.map { it.name } + languageLibs.name + mps.name)
550
}
0 commit comments