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