From d78e30a5f550a2f223a985235be2be7ea77e5b05 Mon Sep 17 00:00:00 2001 From: Bogdan Mukvich Date: Mon, 8 May 2023 11:02:14 +0200 Subject: [PATCH] Generate SBOM for kotlin-compiler.zip --- prepare/compiler/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare/compiler/build.gradle.kts b/prepare/compiler/build.gradle.kts index fe52c000cf4..229b421030f 100644 --- a/prepare/compiler/build.gradle.kts +++ b/prepare/compiler/build.gradle.kts @@ -416,3 +416,5 @@ inline fun Project.distTask( rename(quote("-$bootstrapKotlinVersion"), "") block() } + +configureSbom(setOf("runtimeClasspath", libraries.name, librariesStripVersion.name, compilerPlugins.name)) \ No newline at end of file