Skip to content

Commit 813551e

Browse files
Fix eclipse build gradle for vectors project
Closes #43496
1 parent 101cf38 commit 813551e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/vectors/build.gradle

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

2219
integTest.enabled = false

0 commit comments

Comments
 (0)