OpenSearch/sql/build.gradle
Costin Leau cdfe0f1f5a Revert "Revert "Merge branch 'feature/sql'""
This reverts commit elastic/x-pack-elasticsearch@cc79e19911.

We'll merge this when we're good and ready.

Original commit: elastic/x-pack-elasticsearch@b3ef4f2836
2017-12-13 10:19:31 -05:00

12 lines
212 B
Groovy

description = 'SQL for Elasticsearch'
subprojects {
group = 'org.elasticsearch.sql'
apply plugin: 'elasticsearch.build'
dependencies {
testCompile "org.elasticsearch.test:framework:${version}"
}
}