Build: Fix test runtime for source-sections-compiler-plugin tests

This commit is contained in:
Vyacheslav Gerasimov
2019-06-14 19:42:28 +03:00
parent 986e1ceefb
commit 55f86af67f
@@ -25,6 +25,8 @@ dependencies {
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(intellijDep()) { includeJars("idea", "idea_rt", "openapi", "log4j", "jdom", "jps-model") }
testRuntime(project(":kotlin-reflect"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
sourceSets {