Add SBOM configuration for all published artifacts by default

This commit is contained in:
Bogdan Mukvich
2023-05-26 15:09:58 +02:00
committed by Space Team
parent e0a477f16d
commit 303b01b89b
10 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -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()
}