Get rid of test-to-production dependencies as it's not supported in plain IDEA projects

This commit is contained in:
Yan Zhulanow
2018-02-14 23:54:47 +03:00
parent e7a2743dcf
commit df88acaefd
51 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ dependencies {
compileOnly(intellijPluginDep("junit")) { includeJars("idea-junit") }
testCompile(projectTests(":idea"))
testCompile(project(":idea:idea-test-framework"))
testCompile(projectTests(":idea:idea-test-framework"))
testCompile(intellijPluginDep("gradle")) { includeJars("gradle-wrapper", "gradle-base-services", "gradle-tooling-extension-impl", "gradle-tooling-api", "gradle", rootProject = rootProject) }
testCompileOnly(intellijPluginDep("Groovy")) { includeJars("Groovy") }