From 51c33f3edfe0db1a11d659d30e2a499e19f9ddca Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Tue, 15 Oct 2019 07:16:49 +0200 Subject: [PATCH] remove eclipse conditional --- x-pack/plugin/enrich/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/plugin/enrich/build.gradle b/x-pack/plugin/enrich/build.gradle index 72a2f6f0b9b..5d40ad3ff6d 100644 --- a/x-pack/plugin/enrich/build.gradle +++ b/x-pack/plugin/enrich/build.gradle @@ -14,9 +14,6 @@ dependencies { testCompile project(path: xpackModule('core'), configuration: 'testArtifacts') testCompile project(path: ':modules:ingest-common') testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts') - if (isEclipse) { - testCompile project(path: xpackModule('core-tests'), configuration: 'testArtifacts') - } } // No real integ tests in the module: