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

7 lines
205 B
Groovy

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