Pill: Include certain modules into the BASE variant
This commit is contained in:
committed by
TeamCityServer
parent
17120bf258
commit
46b94a4757
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user