mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
Resolved a few NOCOMMITS in Gradle files plus some minor cleanups Original commit: elastic/x-pack-elasticsearch@b422d693b0
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}"
|
|
}
|
|
}
|