Remove some bunches for build scripts.
This commit is contained in:
@@ -29,7 +29,12 @@ 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 (Ide.IJ173()) {
|
||||
testCompile(intellijDep()) { includeJars("openapi", "util") }
|
||||
} else {
|
||||
testCompile(intellijDep()) { includeJars("openapi", "platform-api", "util") }
|
||||
}
|
||||
}
|
||||
|
||||
projectTest {
|
||||
|
||||
Reference in New Issue
Block a user