Fix dependencies after removal of build scripts bunches
This commit is contained in:
@@ -46,9 +46,7 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("maven"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("android"))
|
||||
Ide.IJ181.orHigher {
|
||||
testRuntime(intellijPluginDep("smali"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("smali"))
|
||||
testRuntime(intellijPluginDep("junit"))
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
testRuntime(intellijPluginDep("IntelliLang"))
|
||||
|
||||
@@ -30,7 +30,7 @@ dependencies {
|
||||
testRuntime("org.apache.maven:maven-core:3.0.3")
|
||||
compileOnly(intellijDep()) { includeJars("openapi", "util") }
|
||||
|
||||
if (Ide.IJ173()) {
|
||||
if (Platform[173].orLower()) {
|
||||
testCompile(intellijDep()) { includeJars("openapi", "util") }
|
||||
} else {
|
||||
testCompile(intellijDep()) { includeJars("openapi", "platform-api", "util") }
|
||||
|
||||
Reference in New Issue
Block a user