OpenSearch/qa/ml-no-bootstrap-tests/build.gradle

8 lines
249 B
Groovy

apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: ':x-pack-elasticsearch:plugin:core', configuration: 'runtime')
testCompile project(path: ':x-pack-elasticsearch:plugin:ml', configuration: 'runtime')
}