OpenSearch/x-pack/plugin/ml/qa/no-bootstrap-tests/build.gradle

7 lines
182 B
Groovy

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