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
+5 -1
View File
@@ -6,7 +6,8 @@ plugins {
dependencies {
testCompileOnly(toolsJar())
testRuntimeOnly(toolsJar())
testRuntimeOnly(intellijPluginDep("gradle"))
testCompile(project(":idea"))
testCompile(projectTests(":idea"))
testCompile(projectTests(":compiler:tests-common"))
@@ -17,6 +18,9 @@ dependencies {
testCompileOnly(intellijDep())
testRuntime(intellijDep())
if (Ide.AS35.orLower()) {
testRuntimeOnly(intellijPluginDep("Groovy"))
}
Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java"))
testRuntime(intellijPluginDep("java"))