Restore legacy kotlin-runtime maven artifact
This commit is contained in:
@@ -10,17 +10,19 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
if(!System.properties.'idea.active')
|
|
||||||
main {
|
main {
|
||||||
java {
|
if(!System.properties.'idea.active') {
|
||||||
srcDir "${rootDir}/core/builtins/src"
|
java {
|
||||||
srcDir "${rootDir}/core/runtime.jvm/src"
|
srcDir "${rootDir}/core/builtins/src"
|
||||||
exclude 'org/jetbrains/annotations/**'
|
srcDir "${rootDir}/core/runtime.jvm/src"
|
||||||
}
|
exclude 'org/jetbrains/annotations/**'
|
||||||
kotlin {
|
}
|
||||||
exclude 'org/jetbrains/annotations/**'
|
kotlin {
|
||||||
|
exclude 'org/jetbrains/annotations/**'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|||||||
+1
-1
@@ -80,7 +80,7 @@ include ":kotlin-build-common",
|
|||||||
":plugins:kapt3",
|
":plugins:kapt3",
|
||||||
":plugins:plugins-tests",
|
":plugins:plugins-tests",
|
||||||
":kotlin-script-runtime",
|
":kotlin-script-runtime",
|
||||||
// ":kotlin-runtime",
|
":kotlin-runtime",
|
||||||
":kotlin-test:kotlin-test-common",
|
":kotlin-test:kotlin-test-common",
|
||||||
":kotlin-test:kotlin-test-jvm",
|
":kotlin-test:kotlin-test-jvm",
|
||||||
":kotlin-test:kotlin-test-junit",
|
":kotlin-test:kotlin-test-junit",
|
||||||
|
|||||||
Reference in New Issue
Block a user