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
@@ -60,7 +60,11 @@ dependencies {
testRuntime(intellijPluginDep("smali"))
testRuntime(intellijPluginDep("junit"))
testRuntime(intellijPluginDep("testng"))
testRuntime(intellijPluginDep("IntelliLang"))
if (Platform[201].orHigher()) {
testRuntime(intellijPluginDep("platform-langInjection"))
} else {
testRuntime(intellijPluginDep("IntelliLang"))
}
testRuntime(intellijPluginDep("testng"))
testRuntime(intellijPluginDep("copyright"))
testRuntime(intellijPluginDep("properties"))