Build: Refactor sbom configuration & wire it with main publication
This commit is contained in:
committed by
Space Team
parent
18f52832f5
commit
e0a477f16d
@@ -2,10 +2,8 @@ description = 'Kotlin Standard Library JDK 8 extension'
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
def sbom = configureSbom(project)
|
||||
configurePublishing(project, {
|
||||
artifact(sbom)
|
||||
})
|
||||
configureSbom(project)
|
||||
configurePublishing(project)
|
||||
configureSourcesJar()
|
||||
configureJavadocJar()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user