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

7 lines
170 B
Groovy

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