2017-03-28 04:05:55 -04:00
|
|
|
apply plugin: 'elasticsearch.standalone-rest-test'
|
|
|
|
apply plugin: 'elasticsearch.rest-test'
|
|
|
|
|
|
|
|
dependencies {
|
2018-07-24 11:53:04 -04:00
|
|
|
testCompile project(path: xpackModule('core'), configuration: 'shadow')
|
2018-01-27 00:48:30 -05:00
|
|
|
testCompile project(path: xpackProject('transport-client').path, configuration: 'runtime')
|
2017-03-28 04:05:55 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
integTestCluster {
|
|
|
|
setting 'xpack.security.enabled', 'false'
|
2018-02-12 14:57:04 -05:00
|
|
|
setting 'xpack.license.self_generated.type', 'trial'
|
2017-03-28 04:05:55 -04:00
|
|
|
}
|