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

7 lines
146 B
Groovy
Raw Normal View History

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