mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-22 14:17:51 -04:00
8 lines
193 B
Groovy
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')
|
|
}
|