Build: update pill comments in build scripts to distinguish from JPS
This commit is contained in:
@@ -39,7 +39,7 @@ val pluginXmlPath = "META-INF/plugin.xml"
|
||||
val platformDepsJarName = "kotlinNative-platformDeps.jar"
|
||||
val pluginXmlLocation = File(buildDir, "pluginXml")
|
||||
|
||||
// Do not rename, used in JPS importer
|
||||
// Do not rename, used in pill importer
|
||||
val projectsToShadow by extra(listOf(
|
||||
":kotlin-ultimate:cidr-native",
|
||||
":kotlin-ultimate:appcode-native"))
|
||||
|
||||
@@ -37,7 +37,7 @@ val pluginXmlPath = "META-INF/plugin.xml"
|
||||
val platformDepsJarName = "kotlinNative-platformDeps.jar"
|
||||
val pluginXmlLocation = File(buildDir, "pluginXml")
|
||||
|
||||
// Do not rename, used in JPS importer
|
||||
// Do not rename, used in pill importer
|
||||
val projectsToShadow by extra(listOf(
|
||||
":kotlin-ultimate:cidr-native",
|
||||
":kotlin-ultimate:clion-native"))
|
||||
|
||||
@@ -11,7 +11,7 @@ repositories {
|
||||
maven("https://jetbrains.bintray.com/markdown")
|
||||
}
|
||||
|
||||
// Do not rename, used in JPS importer
|
||||
// Do not rename, used in pill importer
|
||||
val projectsToShadow by extra(listOf(
|
||||
":plugins:annotation-based-compiler-plugins-ide-support",
|
||||
":compiler:backend",
|
||||
@@ -69,7 +69,7 @@ val projectsToShadow by extra(listOf(
|
||||
":compiler:util",
|
||||
":core:util.runtime"))
|
||||
|
||||
// Do not rename, used in JPS importer
|
||||
// Do not rename, used in pill importer
|
||||
val packedJars by configurations.creating
|
||||
|
||||
val sideJars by configurations.creating
|
||||
|
||||
Reference in New Issue
Block a user