From e7057cf2b33a71972eddae9d7b4b0f22938d012c Mon Sep 17 00:00:00 2001 From: Andrey Uskov Date: Mon, 27 Jan 2020 18:59:33 +0300 Subject: [PATCH] Fix classpath of IDEA plugin tests --- idea/idea-gradle/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/idea-gradle/build.gradle.kts b/idea/idea-gradle/build.gradle.kts index cb45813e31e..09bd994ed8e 100644 --- a/idea/idea-gradle/build.gradle.kts +++ b/idea/idea-gradle/build.gradle.kts @@ -61,6 +61,7 @@ dependencies { testRuntime(project(":noarg-ide-plugin")) testRuntime(project(":kotlin-scripting-idea")) testRuntime(project(":kotlinx-serialization-ide-plugin")) + testRuntime(project(":kotlin-gradle-statistics")) // TODO: the order of the plugins matters here, consider avoiding order-dependency testRuntime(intellijPluginDep("junit")) testRuntime(intellijPluginDep("testng"))