201: Update to 201.6668.13
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
package org.jetbrains.kotlin.cli.jvm.compiler
|
||||
|
||||
fun setupIdeaStandaloneExecution() {
|
||||
System.getProperties().setProperty("idea.plugins.compatible.build", "201.6487")
|
||||
System.getProperties().setProperty("idea.plugins.compatible.build", "201.6668.13")
|
||||
System.getProperties().setProperty("project.structure.add.tools.jar.to.new.jdk", "false")
|
||||
System.getProperties().setProperty("psi.track.invalidation", "true")
|
||||
System.getProperties().setProperty("psi.incremental.reparse.depth.limit", "1000")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
versions.intellijSdk=201.6487-EAP-CANDIDATE-SNAPSHOT
|
||||
versions.intellijSdk=201.6668.13-EAP-SNAPSHOT
|
||||
versions.androidBuildTools=r23.0.1
|
||||
versions.idea.NodeJS=193.6494.7
|
||||
versions.jar.asm-all=7.0.1
|
||||
|
||||
@@ -95,11 +95,7 @@ dependencies {
|
||||
|
||||
compileOnly(commonDep("org.jetbrains", "markdown"))
|
||||
compileOnly(commonDep("com.google.code.findbugs", "jsr305"))
|
||||
if (Platform[201].orHigher()) {
|
||||
compileOnly(intellijPluginDep("platform-langInjection"))
|
||||
} else {
|
||||
compileOnly(intellijPluginDep("IntelliLang"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("IntelliLang"))
|
||||
compileOnly(intellijPluginDep("copyright"))
|
||||
compileOnly(intellijPluginDep("properties"))
|
||||
compileOnly(intellijPluginDep("java-i18n"))
|
||||
@@ -149,7 +145,7 @@ dependencies {
|
||||
testRuntime(project(it))
|
||||
}
|
||||
|
||||
testCompile(intellijPluginDep(if (Platform[201].orHigher()) "platform-langInjection" else "IntelliLang"))
|
||||
testCompile(intellijPluginDep("IntelliLang"))
|
||||
testCompile(intellijPluginDep("copyright"))
|
||||
testCompile(intellijPluginDep("properties"))
|
||||
testCompile(intellijPluginDep("java-i18n"))
|
||||
|
||||
@@ -59,11 +59,7 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("coverage"))
|
||||
testRuntime(intellijPluginDep("gradle"))
|
||||
testRuntime(intellijPluginDep("Groovy"))
|
||||
if (Platform[201].orHigher()) {
|
||||
testRuntime(intellijPluginDep("platform-langInjection"))
|
||||
} else {
|
||||
testRuntime(intellijPluginDep("IntelliLang"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("IntelliLang"))
|
||||
testRuntime(intellijPluginDep("java-decompiler"))
|
||||
testRuntime(intellijPluginDep("java-i18n"))
|
||||
testRuntime(intellijPluginDep("junit"))
|
||||
|
||||
@@ -22,11 +22,7 @@ dependencies {
|
||||
compileOnly(intellijPluginDep("testng"))
|
||||
compileOnly(intellijPluginDep("coverage"))
|
||||
compileOnly(intellijPluginDep("java-decompiler"))
|
||||
if (Platform[201].orHigher()) {
|
||||
compileOnly(intellijPluginDep("platform-langInjection"))
|
||||
} else {
|
||||
compileOnly(intellijPluginDep("IntelliLang"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("IntelliLang"))
|
||||
compileOnly(intellijPluginDep("copyright"))
|
||||
compileOnly(intellijPluginDep("properties"))
|
||||
compileOnly(intellijPluginDep("java-i18n"))
|
||||
|
||||
@@ -60,11 +60,7 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("smali"))
|
||||
testRuntime(intellijPluginDep("junit"))
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
if (Platform[201].orHigher()) {
|
||||
testRuntime(intellijPluginDep("platform-langInjection"))
|
||||
} else {
|
||||
testRuntime(intellijPluginDep("IntelliLang"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("IntelliLang"))
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
testRuntime(intellijPluginDep("copyright"))
|
||||
testRuntime(intellijPluginDep("properties"))
|
||||
|
||||
@@ -49,11 +49,7 @@ dependencies {
|
||||
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
||||
testRuntime(project(":plugins:lint"))
|
||||
testRuntime(intellijPluginDep("junit"))
|
||||
if (Platform[201].orHigher()) {
|
||||
testRuntime(intellijPluginDep("platform-langInjection"))
|
||||
} else {
|
||||
testRuntime(intellijPluginDep("IntelliLang"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("IntelliLang"))
|
||||
testRuntime(intellijPluginDep("properties"))
|
||||
testRuntime(intellijPluginDep("java-i18n"))
|
||||
testRuntime(intellijPluginDep("gradle"))
|
||||
|
||||
Reference in New Issue
Block a user