Add SBOM configuration for all published artifacts by default
This commit is contained in:
committed by
Space Team
parent
e0a477f16d
commit
303b01b89b
@@ -50,7 +50,7 @@ task preparePublication {
|
||||
}
|
||||
|
||||
ext.configurePublishing = { Project project, configure = { } ->
|
||||
ArtifactsKt.publish(project, false) { publication ->
|
||||
ArtifactsKt.publish(project, false, false) { publication ->
|
||||
configure.delegate = publication
|
||||
configure()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user