201: Update to 201.5985.32

This commit is contained in:
Nikolay Krasko
2020-03-04 12:26:07 +03:00
parent 7c86911f44
commit 1afd3d929a
14 changed files with 134 additions and 21 deletions
+5 -1
View File
@@ -59,7 +59,11 @@ dependencies {
testRuntime(intellijPluginDep("coverage"))
testRuntime(intellijPluginDep("gradle"))
testRuntime(intellijPluginDep("Groovy"))
testRuntime(intellijPluginDep("IntelliLang"))
if (Platform[201].orHigher()) {
testRuntime(intellijPluginDep("platform-langInjection"))
} else {
testRuntime(intellijPluginDep("IntelliLang"))
}
testRuntime(intellijPluginDep("java-decompiler"))
testRuntime(intellijPluginDep("java-i18n"))
testRuntime(intellijPluginDep("junit"))