2017-06-29 14:31:23 -04:00
|
|
|
description = 'SQL for Elasticsearch'
|
|
|
|
|
|
|
|
subprojects {
|
2017-11-21 04:53:40 -05:00
|
|
|
group = 'org.elasticsearch.sql'
|
|
|
|
|
2017-06-29 14:31:23 -04:00
|
|
|
apply plugin: 'elasticsearch.build'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
testCompile "org.elasticsearch.test:framework:${version}"
|
|
|
|
}
|
|
|
|
}
|