Add SBOM publishing for kotlin-test-js-runner
^KTI-1273
This commit is contained in:
committed by
Space Team
parent
53ce5c22ca
commit
4ded83d266
@@ -9,6 +9,16 @@ plugins {
|
||||
|
||||
publish(sbom = false)
|
||||
|
||||
val sbom by configurations.creating {
|
||||
isCanBeResolved = true
|
||||
extendsFrom(configurations.publishedRuntime.get())
|
||||
}
|
||||
|
||||
configureSbom(
|
||||
gradleConfigurations = setOf(sbom.name)
|
||||
)
|
||||
|
||||
|
||||
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
|
||||
default.extendsFrom(configurations.publishedRuntime.get())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user