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