[FIR] Fix FIR modularized tests after switch to 192

This commit is contained in:
Simon Ogorodnik
2019-09-10 02:28:18 +03:00
committed by Dmitriy Novozhilov
parent fc4bcfb536
commit 0040490daf
@@ -19,6 +19,7 @@ dependencies {
Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api") }
testRuntimeOnly(intellijPluginDep("java"))
}
testRuntime(intellijDep())