Fix building tests for fir:lightTree in 192 branch

This commit is contained in:
Nikolay Krasko
2019-09-03 18:10:02 +03:00
parent 7bdde7cad3
commit 5deaca9ace
+5
View File
@@ -23,6 +23,11 @@ dependencies {
compile("org.openjdk.jmh", "jmh-core", jmhVersion)
compile("org.openjdk.jmh", "jmh-generator-bytecode", jmhVersion)
compile("org.openjdk.jmh", "jmh-generator-annprocess", jmhVersion)
Platform[192].orHigher {
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
}
sourceSets {