Skip to content

Commit b3fabda

Browse files
committed
add missing dependencies in sbom
1 parent 8cc1b08 commit b3fabda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,5 +546,5 @@ tasks.cyclonedxBom {
546546
// Don't include license texts in generated SBOMs
547547
includeLicenseText.set(false)
548548
// Included bundled runtime dependencies
549-
includeConfigs.set(bundledDependencies.map { it.name })
549+
includeConfigs.set(bundledDependencies.map { it.name } + languageLibs.name + mps.name)
550550
}

0 commit comments

Comments
 (0)