Fix dependencies after removal of build scripts bunches

This commit is contained in:
Andrey Uskov
2018-12-06 22:58:39 +03:00
parent 235b6ca6cd
commit abadfbb632
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -46,9 +46,7 @@ dependencies {
testRuntime(intellijPluginDep("maven")) testRuntime(intellijPluginDep("maven"))
} }
testRuntime(intellijPluginDep("android")) testRuntime(intellijPluginDep("android"))
Ide.IJ181.orHigher { testRuntime(intellijPluginDep("smali"))
testRuntime(intellijPluginDep("smali"))
}
testRuntime(intellijPluginDep("junit")) testRuntime(intellijPluginDep("junit"))
testRuntime(intellijPluginDep("testng")) testRuntime(intellijPluginDep("testng"))
testRuntime(intellijPluginDep("IntelliLang")) testRuntime(intellijPluginDep("IntelliLang"))
@@ -30,7 +30,7 @@ dependencies {
testRuntime("org.apache.maven:maven-core:3.0.3") testRuntime("org.apache.maven:maven-core:3.0.3")
compileOnly(intellijDep()) { includeJars("openapi", "util") } compileOnly(intellijDep()) { includeJars("openapi", "util") }
if (Ide.IJ173()) { if (Platform[173].orLower()) {
testCompile(intellijDep()) { includeJars("openapi", "util") } testCompile(intellijDep()) { includeJars("openapi", "util") }
} else { } else {
testCompile(intellijDep()) { includeJars("openapi", "platform-api", "util") } testCompile(intellijDep()) { includeJars("openapi", "platform-api", "util") }