From 0f68c3017abfc0de4e0c73d3d117980aca3a7a71 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 29 Jan 2018 15:52:03 +0300 Subject: [PATCH] Remove intellij-core from testRuntime if full idea is already there Looks like it makes tests flacky Original commit: 68b5dc756c68f9bc2f16d536f433975b5720da79 --- jps/jps-plugin/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/jps/jps-plugin/build.gradle.kts b/jps/jps-plugin/build.gradle.kts index e7091154772..a68f3175d16 100644 --- a/jps/jps-plugin/build.gradle.kts +++ b/jps/jps-plugin/build.gradle.kts @@ -28,7 +28,6 @@ dependencies { testRuntime(project(it)) } testRuntime(intellijDep()) - testRuntime(intellijCoreDep()) { includeJars("intellij-core") } testRuntime(projectDist(":kotlin-reflect")) }