Minor. Remove useless code related to IJ 173 and AS 3.1 in build scripts
This commit is contained in:
@@ -32,12 +32,8 @@ dependencies {
|
||||
testRuntime("org.sonatype.aether:aether-api:1.13.1")
|
||||
testRuntime("org.apache.maven:maven-core:3.0.3")
|
||||
compileOnly(intellijDep()) { includeJars("openapi", "util") }
|
||||
testCompile(intellijDep()) { includeJars("openapi", "platform-api", "util") }
|
||||
|
||||
if (Platform[173].orLower()) {
|
||||
testCompile(intellijDep()) { includeJars("openapi", "util") }
|
||||
} else {
|
||||
testCompile(intellijDep()) { includeJars("openapi", "platform-api", "util") }
|
||||
}
|
||||
}
|
||||
|
||||
projectTest {
|
||||
|
||||
Reference in New Issue
Block a user