Build: Fix test runtime for sam-with-receiver-compiler-plugin tests

This commit is contained in:
Vyacheslav Gerasimov
2019-06-14 19:37:40 +03:00
parent 61a6c646ab
commit 986e1ceefb
@@ -16,6 +16,8 @@ dependencies {
testCompile(project(":compiler:cli"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit:junit"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
sourceSets {