Add SBOM configuration for all published artifacts by default
This commit is contained in:
committed by
Space Team
parent
e0a477f16d
commit
303b01b89b
@@ -7,7 +7,7 @@ plugins {
|
||||
id("com.github.node-gradle.node") version "3.2.1"
|
||||
}
|
||||
|
||||
publish()
|
||||
publish(sbom = false)
|
||||
|
||||
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
|
||||
default.extendsFrom(configurations.publishedRuntime.get())
|
||||
|
||||
Reference in New Issue
Block a user