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"
|
description = "Kotlin metadata manipulation library"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
@@ -7,10 +5,6 @@ plugins {
|
|||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
}
|
}
|
||||||
|
|
||||||
pill {
|
|
||||||
variant = PillExtension.Variant.FULL
|
|
||||||
}
|
|
||||||
|
|
||||||
project.configureJvmToolchain(JdkMajorVersion.JDK_1_6)
|
project.configureJvmToolchain(JdkMajorVersion.JDK_1_6)
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||||
import org.jetbrains.kotlin.pill.PillExtension
|
|
||||||
|
|
||||||
description = "Kotlin JVM metadata manipulation library"
|
description = "Kotlin JVM metadata manipulation library"
|
||||||
|
|
||||||
@@ -8,10 +7,6 @@ plugins {
|
|||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
}
|
}
|
||||||
|
|
||||||
pill {
|
|
||||||
variant = PillExtension.Variant.FULL
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* To publish this library use `:kotlinx-metadata-jvm:publish` task and specify the following parameters
|
* 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 com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||||
import org.jetbrains.kotlin.pill.PillExtension
|
|
||||||
|
|
||||||
description = "Kotlin Library (KLIB) metadata manipulation library"
|
description = "Kotlin Library (KLIB) metadata manipulation library"
|
||||||
|
|
||||||
@@ -8,10 +7,6 @@ plugins {
|
|||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
}
|
}
|
||||||
|
|
||||||
pill {
|
|
||||||
variant = PillExtension.Variant.FULL
|
|
||||||
}
|
|
||||||
|
|
||||||
group = "org.jetbrains.kotlinx"
|
group = "org.jetbrains.kotlinx"
|
||||||
|
|
||||||
val deployVersion = findProperty("kotlinxMetadataKlibDeployVersion") as String?
|
val deployVersion = findProperty("kotlinxMetadataKlibDeployVersion") as String?
|
||||||
|
|||||||
@@ -10,8 +10,4 @@ dependencies {
|
|||||||
api(project(":kotlin-project-model"))
|
api(project(":kotlin-project-model"))
|
||||||
|
|
||||||
compileOnly("com.android.tools.build:gradle:3.4.0")
|
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 {
|
plugins {
|
||||||
id("gradle-plugin-common-configuration")
|
id("gradle-plugin-common-configuration")
|
||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
}
|
}
|
||||||
|
|
||||||
pill {
|
|
||||||
variant = PillExtension.Variant.FULL
|
|
||||||
}
|
|
||||||
@@ -13,10 +13,6 @@ dependencies {
|
|||||||
testImplementation(kotlin("test-junit"))
|
testImplementation(kotlin("test-junit"))
|
||||||
}
|
}
|
||||||
|
|
||||||
pill {
|
|
||||||
variant = org.jetbrains.kotlin.pill.PillExtension.Variant.FULL
|
|
||||||
}
|
|
||||||
|
|
||||||
kotlin.target.compilations.all {
|
kotlin.target.compilations.all {
|
||||||
kotlinOptions.languageVersion = "1.4"
|
kotlinOptions.languageVersion = "1.4"
|
||||||
kotlinOptions.apiVersion = "1.4"
|
kotlinOptions.apiVersion = "1.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user