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

7 lines
215 B
Groovy

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