Skip to content

Commit 6b0cfb5

Browse files
committed
remove eclipse conditional
1 parent 7d68935 commit 6b0cfb5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/enrich/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ dependencies {
1414
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
1515
testCompile project(path: ':modules:ingest-common')
1616
testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts')
17-
if (isEclipse) {
18-
testCompile project(path: xpackModule('core-tests'), configuration: 'testArtifacts')
19-
}
2017
}
2118

2219
// No real integ tests in the module:

0 commit comments

Comments
 (0)