Remove unneeded 'idea-full' dependency from compiler plugin test runtime classpath

This commit is contained in:
Yan Zhulanow
2018-07-16 16:16:10 +03:00
parent 834ece7d63
commit 43f5971863
2 changed files with 0 additions and 4 deletions
@@ -7,8 +7,6 @@ plugins {
}
dependencies {
testRuntime(intellijDep())
compileOnly(project(":compiler:plugin-api"))
compileOnly(project(":compiler:frontend"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }