Build: Refactor sbom configuration & wire it with main publication

This commit is contained in:
Vyacheslav Gerasimov
2023-05-24 11:11:02 +02:00
committed by Space Team
parent 18f52832f5
commit e0a477f16d
9 changed files with 61 additions and 48 deletions
+2 -4
View File
@@ -2,10 +2,8 @@ description = 'Kotlin Common Standard Library'
apply plugin: 'kotlin-platform-common'
def sbom = configureSbom(project)
configurePublishing(project, {
artifact(sbom)
})
configureSbom(project)
configurePublishing(project)
JvmToolchain.updateJvmTarget(project, "1.8")