Pill: Include certain modules into the BASE variant

This commit is contained in:
Yan Zhulanow
2021-10-13 00:16:02 +09:00
committed by TeamCityServer
parent 17120bf258
commit 46b94a4757
6 changed files with 2 additions and 32 deletions
@@ -1,5 +1,4 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.pill.PillExtension
description = "Kotlin Library (KLIB) metadata manipulation library"
@@ -8,10 +7,6 @@ plugins {
id("jps-compatible")
}
pill {
variant = PillExtension.Variant.FULL
}
group = "org.jetbrains.kotlinx"
val deployVersion = findProperty("kotlinxMetadataKlibDeployVersion") as String?