Add SBOM plugin and configuration
This commit is contained in:
committed by
Space Team
parent
5ac255f4dc
commit
dccb7a221c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user