From 45102d8ded70a1283635e8a97921a3e15cdc5735 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 16 Oct 2017 19:17:32 +0200 Subject: [PATCH] Rename module ':compiler.tests-common' -> ':compiler:tests-common' Original commit: c2276e2ccb769f31216c3e8d55c4050c4bfaa9de --- jps/jps-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jps/jps-plugin/build.gradle.kts b/jps/jps-plugin/build.gradle.kts index f6234121184..4aa2ebbffed 100644 --- a/jps/jps-plugin/build.gradle.kts +++ b/jps/jps-plugin/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { compile(projectRuntimeJar(":kotlin-preloader")) compile(project(":idea:idea-jps-common")) compile(ideaSdkDeps("jps-builders", "jps-builders-6", subdir = "jps")) - testCompile(project(":compiler.tests-common")) + testCompile(project(":compiler:tests-common")) testCompile(project(":compiler:incremental-compilation-impl")) testCompile(projectTests(":compiler:incremental-compilation-impl")) testCompileOnly(ideaSdkDeps("jps-build-test", subdir = "jps/test"))