[Spec tests] Fix dependencies for spec tests generator
This commit is contained in:
@@ -7,7 +7,10 @@ dependencies {
|
||||
testCompile(projectTests(":compiler"))
|
||||
Platform[192].orHigher {
|
||||
testCompileOnly(intellijDep()) {
|
||||
includeJars("gson", "groovy-all", rootProject = rootProject)
|
||||
includeJars("groovy-all", rootProject = rootProject)
|
||||
}
|
||||
testCompile(intellijDep()) {
|
||||
includeJars("gson", rootProject = rootProject)
|
||||
}
|
||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
testRuntimeOnly(intellijPluginDep("java"))
|
||||
|
||||
Reference in New Issue
Block a user