Fix dependency for idea-fir module.

This commit is contained in:
Konstantin Tskhovrebov
2020-04-07 16:06:11 +03:00
parent 2f6099feb9
commit 608a669da1
+4
View File
@@ -7,6 +7,7 @@ dependencies {
testCompileOnly(toolsJar()) testCompileOnly(toolsJar())
testRuntimeOnly(toolsJar()) testRuntimeOnly(toolsJar())
testRuntimeOnly(intellijPluginDep("gradle"))
testCompile(project(":idea")) testCompile(project(":idea"))
testCompile(projectTests(":idea")) testCompile(projectTests(":idea"))
testCompile(projectTests(":compiler:tests-common")) testCompile(projectTests(":compiler:tests-common"))
@@ -17,6 +18,9 @@ dependencies {
testCompileOnly(intellijDep()) testCompileOnly(intellijDep())
testRuntime(intellijDep()) testRuntime(intellijDep())
if (Ide.AS35.orLower()) {
testRuntimeOnly(intellijPluginDep("Groovy"))
}
Platform[192].orHigher { Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java")) testCompileOnly(intellijPluginDep("java"))
testRuntime(intellijPluginDep("java")) testRuntime(intellijPluginDep("java"))