10 lines
177 B
Groovy
10 lines
177 B
Groovy
|
description = 'SQL for Elasticsearch'
|
||
|
|
||
|
subprojects {
|
||
|
apply plugin: 'elasticsearch.build'
|
||
|
|
||
|
dependencies {
|
||
|
testCompile "org.elasticsearch.test:framework:${version}"
|
||
|
}
|
||
|
}
|