Add SBOM plugin and configuration

This commit is contained in:
Bogdan Mukvich
2023-05-08 11:01:36 +02:00
committed by Space Team
parent 5ac255f4dc
commit dccb7a221c
4 changed files with 277 additions and 0 deletions
+4
View File
@@ -56,6 +56,10 @@ ext.configurePublishing = { Project project, configure = { } ->
}
}
ext.configureSbom = { Project project, Iterable<String> gradleConfigurations = ["runtimeClasspath"] ->
SbomKt.configureSbom(project, gradleConfigurations)
}
ext.configureFrontendIr = { Project project ->
project.tasks.withType(KotlinCompile.class) { task ->
task.kotlinOptions {