OpenSearch/sql/build.gradle
Igor Motov be32241263 SQL: Trivial gradle files cleanups (elastic/x-pack-elasticsearch#2447)
Resolved a few NOCOMMITS in Gradle files plus some minor cleanups

Original commit: elastic/x-pack-elasticsearch@b422d693b0
2017-09-08 09:43:18 -04:00

10 lines
177 B
Groovy

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