OpenSearch/sql/build.gradle

13 lines
315 B
Groovy

description = 'SQL for Elasticsearch'
subprojects {
apply plugin: 'elasticsearch.build'
// NOCOMMIT this is abnormal enough it is worth removing
sourceSets.test.resources.srcDirs = ["src/test/resources", "src/test/java"]
dependencies {
testCompile "org.elasticsearch.test:framework:${version}"
}
}