OpenSearch/qa/transport-client-tests/build.gradle

13 lines
397 B
Groovy

apply plugin: 'elasticsearch.standalone-rest-test'
apply plugin: 'elasticsearch.rest-test'
dependencies {
testCompile project(path: ':x-pack-elasticsearch:plugin', configuration: 'runtime')
testCompile project(path: ':x-pack-elasticsearch:transport-client', configuration: 'runtime')
}
integTestCluster {
setting 'xpack.security.enabled', 'false'
plugin ':x-pack-elasticsearch:plugin'
}