Fix builds: ideaIC might be absent in the build

This commit is contained in:
Nikolay Krasko
2021-06-04 15:14:42 +03:00
parent febc4986d1
commit 478b1f65fb
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies {
testImplementation(commonDep("junit:junit")) testImplementation(commonDep("junit:junit"))
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") } testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
testImplementation(projectTests(":compiler:tests-common")) testImplementation(projectTests(":compiler:tests-common"))
testCompileOnly(intellijDep("ideaIC")) testCompileOnly(intellijDep()) { includeJars("uast-tests") }
} }
sourceSets { sourceSets {