Added missing eclipse-build.gradle files (#37980)

Eclipse build files were missing so .eclipse project files were not being generated.

Closes #37973
This commit is contained in:
markharwood 2019-01-29 16:43:24 +00:00 committed by GitHub
parent 5f106a27ea
commit 1579ac032b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// this is just shell gradle file for eclipse to have separate projects for geo src and tests
apply from: '../../build.gradle'

View File

@ -0,0 +1,6 @@
// this is just shell gradle file for eclipse to have separate projects for geo src and tests
apply from: '../../build.gradle'
dependencies {
testCompile project(':libs:elasticsearch-geo')
}