remove eclipse conditional
This commit is contained in:
parent
c4b1a3045a
commit
51c33f3edf
|
@ -14,9 +14,6 @@ dependencies {
|
||||||
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
|
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
|
||||||
testCompile project(path: ':modules:ingest-common')
|
testCompile project(path: ':modules:ingest-common')
|
||||||
testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts')
|
testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts')
|
||||||
if (isEclipse) {
|
|
||||||
testCompile project(path: xpackModule('core-tests'), configuration: 'testArtifacts')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// No real integ tests in the module:
|
// No real integ tests in the module:
|
||||||
|
|
Loading…
Reference in New Issue