OpenSearch/x-pack/qa/build.gradle

10 lines
219 B
Groovy

// this file must exist so that qa projects are found
// by the elasticsearch x-plugins include mechanism
apply plugin: 'elasticsearch.build'
test.enabled = false
dependencies {
compile project(':test:framework')
}