2017-06-29 14:31:23 -04:00
|
|
|
description = 'SQL for Elasticsearch'
|
|
|
|
|
|
|
|
subprojects {
|
|
|
|
apply plugin: 'elasticsearch.build'
|
|
|
|
|
2017-07-12 17:32:13 -04:00
|
|
|
// NOCOMMIT this is abnormal enough it is worth removing
|
2017-06-29 14:31:23 -04:00
|
|
|
sourceSets.test.resources.srcDirs = ["src/test/resources", "src/test/java"]
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
testCompile "org.elasticsearch.test:framework:${version}"
|
|
|
|
}
|
|
|
|
}
|