Noarg, Minor: Include IDEA 'testRuntime' dependency as in other compiler plugins

This commit is contained in:
Yan Zhulanow
2017-12-15 01:38:40 +09:00
parent db4c441573
commit 187182e46f
+2
View File
@@ -17,6 +17,8 @@ dependencies {
testCompile(project(":compiler:tests-common"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit:junit"))
testRuntime(ideaSdkDeps("*.jar"))
}
sourceSets {