2016-07-13 10:08:13 -04:00
|
|
|
apply plugin: 'elasticsearch.rest-test'
|
|
|
|
|
|
|
|
dependencies {
|
2016-10-01 03:46:43 -04:00
|
|
|
testCompile project(path: ':x-plugins:elasticsearch', configuration: 'runtime')
|
2016-07-13 10:08:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
integTest {
|
|
|
|
cluster {
|
2016-10-01 03:46:43 -04:00
|
|
|
plugin ':x-plugins:elasticsearch'
|
2016-07-13 10:08:13 -04:00
|
|
|
setting 'xpack.security.enabled', 'false'
|
|
|
|
setting 'xpack.monitoring.enabled', 'false'
|
|
|
|
setting 'http.port', '9400'
|
|
|
|
}
|
|
|
|
}
|