Fix eclipse build gradle for vectors project

Closes #43496
This commit is contained in:
Mayya Sharipova 2019-06-24 09:22:48 -04:00
parent 101cf384ba
commit 813551e070
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ dependencies {
compileOnly project(':modules:lang-painless:spi')
compileOnly project(path: xpackModule('core'), configuration: 'default')
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
if (isEclipse) {
testCompile project(path: xpackModule('core-tests'), configuration: 'testArtifacts')
}
}
integTest.enabled = false