mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
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
12 lines
212 B
Groovy
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}"
|
|
}
|
|
}
|