elasticsearch/x-pack/qa/build.gradle

8 lines
193 B
Groovy

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