Fix dependency for idea-fir module.
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user