Pill: Include certain modules into the BASE variant
This commit is contained in:
committed by
TeamCityServer
parent
17120bf258
commit
46b94a4757
@@ -1,5 +1,3 @@
|
||||
import org.jetbrains.kotlin.pill.PillExtension
|
||||
|
||||
description = "Kotlin metadata manipulation library"
|
||||
|
||||
plugins {
|
||||
@@ -7,10 +5,6 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = PillExtension.Variant.FULL
|
||||
}
|
||||
|
||||
project.configureJvmToolchain(JdkMajorVersion.JDK_1_6)
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
import org.jetbrains.kotlin.pill.PillExtension
|
||||
|
||||
description = "Kotlin JVM metadata manipulation library"
|
||||
|
||||
@@ -8,10 +7,6 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = PillExtension.Variant.FULL
|
||||
}
|
||||
|
||||
/*
|
||||
* To publish this library use `:kotlinx-metadata-jvm:publish` task and specify the following parameters
|
||||
*
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -10,8 +10,4 @@ dependencies {
|
||||
api(project(":kotlin-project-model"))
|
||||
|
||||
compileOnly("com.android.tools.build:gradle:3.4.0")
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = PillExtension.Variant.FULL
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,4 @@
|
||||
import org.jetbrains.kotlin.pill.PillExtension
|
||||
|
||||
plugins {
|
||||
id("gradle-plugin-common-configuration")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = PillExtension.Variant.FULL
|
||||
}
|
||||
}
|
||||
@@ -13,10 +13,6 @@ dependencies {
|
||||
testImplementation(kotlin("test-junit"))
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = org.jetbrains.kotlin.pill.PillExtension.Variant.FULL
|
||||
}
|
||||
|
||||
kotlin.target.compilations.all {
|
||||
kotlinOptions.languageVersion = "1.4"
|
||||
kotlinOptions.apiVersion = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user