Restore SBOM publishing for stdlib
^KTI-1273
This commit is contained in:
committed by
Space Team
parent
acb97d8cc9
commit
9cfc66ae77
@@ -50,16 +50,12 @@ task preparePublication {
|
||||
}
|
||||
|
||||
ext.configurePublishing = { Project project, configure = { } ->
|
||||
ArtifactsKt.publish(project, false, false) { publication ->
|
||||
ArtifactsKt.publish(project, false, true) { publication ->
|
||||
configure.delegate = publication
|
||||
configure()
|
||||
}
|
||||
}
|
||||
|
||||
ext.configureSbom = { Project project, String target = null, String documentTitle = null, Iterable<String> gradleConfigurations = ["runtimeClasspath"] ->
|
||||
SbomKt.configureSbom(project, target, documentTitle, gradleConfigurations)
|
||||
}
|
||||
|
||||
ext.configureFrontendIr = { Project project ->
|
||||
project.tasks.withType(KotlinCompile.class) { task ->
|
||||
task.kotlinOptions {
|
||||
|
||||
Reference in New Issue
Block a user