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
@@ -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") }