Stop publishing old KLIB reader
This commit is contained in:
@@ -1,29 +1,14 @@
|
|||||||
import org.gradle.api.artifacts.maven.Conf2ScopeMappingContainer.COMPILE
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
maven
|
maven
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
}
|
}
|
||||||
|
|
||||||
val mavenCompileScope by configurations.creating {
|
|
||||||
the<MavenPluginConvention>()
|
|
||||||
.conf2ScopeMappings
|
|
||||||
.addMapping(0, this, COMPILE)
|
|
||||||
}
|
|
||||||
|
|
||||||
description = "Kotlin/Native deserializer and library reader"
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
// Compile-only dependencies are needed for compilation of this module:
|
|
||||||
compileOnly(project(":compiler:frontend"))
|
compileOnly(project(":compiler:frontend"))
|
||||||
compileOnly(project(":compiler:frontend.java"))
|
compileOnly(project(":compiler:frontend.java"))
|
||||||
compileOnly(project(":compiler:cli-common"))
|
compileOnly(project(":compiler:cli-common"))
|
||||||
|
|
||||||
// This dependency is necessary to keep the right dependency record inside of POM file:
|
|
||||||
mavenCompileScope(project(":kotlin-compiler"))
|
|
||||||
|
|
||||||
compile(project(":kotlin-native:kotlin-native-utils"))
|
compile(project(":kotlin-native:kotlin-native-utils"))
|
||||||
compile(project(":kotlin-util-io"))
|
compile(project(":kotlin-util-io"))
|
||||||
compile(project(":kotlin-util-klib"))
|
compile(project(":kotlin-util-klib"))
|
||||||
@@ -37,6 +22,4 @@ sourceSets {
|
|||||||
"test" { projectDefault() }
|
"test" { projectDefault() }
|
||||||
}
|
}
|
||||||
|
|
||||||
publish()
|
|
||||||
|
|
||||||
standardPublicJars()
|
standardPublicJars()
|
||||||
|
|||||||
Reference in New Issue
Block a user