Fix tests

This commit is contained in:
Ilya Chernikov
2017-11-28 12:13:56 +01:00
committed by Vyacheslav Gerasimov
parent a4f28cd94f
commit c153a386ab
4 changed files with 10 additions and 6 deletions
@@ -30,7 +30,7 @@ afterEvaluate {
dependencies {
compileOnly(intellijCoreJar())
testCompile(intellijCoreJar())
testCompile(intellij { include("idea.jar", "idea_rt.jar", "openapi.jar") })
testCompile(intellij { include("idea.jar", "idea_rt.jar", "openapi.jar", "log4j.jar", "jdom.jar", "jps-model.jar") })
}
}