From 8a1f8714e78f79144e442b83ad5925265f10f02b Mon Sep 17 00:00:00 2001 From: Andrey Uskov Date: Mon, 18 Nov 2019 00:35:18 +0300 Subject: [PATCH] Fix GradleConfiguratorTest Kotlin gradle plugin was removed from test classpath --- idea/idea-gradle/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/idea/idea-gradle/build.gradle.kts b/idea/idea-gradle/build.gradle.kts index b9ec43c97b5..77eeaab9964 100644 --- a/idea/idea-gradle/build.gradle.kts +++ b/idea/idea-gradle/build.gradle.kts @@ -58,7 +58,6 @@ dependencies { testRuntime(project(":noarg-ide-plugin")) testRuntime(project(":kotlin-scripting-idea")) testRuntime(project(":kotlinx-serialization-ide-plugin")) - testRuntime(project(":kotlin-gradle-plugin")) // TODO: the order of the plugins matters here, consider avoiding order-dependency testRuntime(intellijPluginDep("junit")) testRuntime(intellijPluginDep("testng"))