Move compiler/tests-common/{src -> tests}, adjust dependencies

This commit is contained in:
Alexander Udalov
2017-10-17 14:36:23 +02:00
parent c2276e2ccb
commit 33549362cb
115 changed files with 76 additions and 57 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ dependencies {
compile(project(":idea:idea-jps-common"))
testCompile(projectTests(":idea"))
testCompile(project(":compiler:tests-common"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(project(":idea:idea-test-framework"))
testCompileOnly(ideaSdkDeps("openapi", "idea", "gson"))
testCompileOnly(ideaSdkDeps("openapi", "idea", "gson", "idea_rt"))
testCompileOnly(ideaPluginDeps("maven", "maven-server-api", plugin = "maven"))
testRuntime(project(":idea:idea-jvm"))