Build: Fix test runtime for descriptors tests

This commit is contained in:
Vyacheslav Gerasimov
2019-06-14 17:57:58 +03:00
parent a816de4865
commit f18b3bcfda
@@ -11,6 +11,8 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":generators:test-generator"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
sourceSets {