2020-01-03 14:14:41 -05:00
|
|
|
apply plugin: 'elasticsearch.build'
|
|
|
|
test.enabled = false
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':test:framework')
|
2020-03-20 17:28:15 -04:00
|
|
|
compile project(path: xpackModule('core'), configuration: 'default')
|
|
|
|
compile project(path: xpackModule('core'), configuration: 'testArtifacts')
|
|
|
|
|
|
|
|
// TOML parser for EqlActionIT tests
|
|
|
|
compile 'io.ous:jtoml:2.0.0'
|
2020-01-03 14:14:41 -05:00
|
|
|
}
|