Build: Fix compiler tests, add missing test runtime dependencies

This commit is contained in:
Vyacheslav Gerasimov
2019-06-14 00:27:27 +03:00
parent 5dd0110a59
commit dc2a7fdc13
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ dependencies {
testCompile(kotlinStdlib())
testCompile(projectTests(":kotlin-build-common"))
testCompile(projectTests(":compiler:tests-common"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(intellijDep()) { includeJars("log4j", "jdom") }
}