Configure SBOM maven publishing for stdlib

This commit is contained in:
Bogdan Mukvich
2023-05-22 13:48:51 +02:00
committed by Space Team
parent 02de693a12
commit 18f52832f5
4 changed files with 16 additions and 4 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ description = 'Kotlin Common Standard Library'
apply plugin: 'kotlin-platform-common'
configurePublishing(project)
def sbom = configureSbom(project)
configurePublishing(project, {
artifact(sbom)
})
JvmToolchain.updateJvmTarget(project, "1.8")