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:
parent
5f106a27ea
commit
1579ac032b
|
@ -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'
|
|
@ -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')
|
||||
}
|
Loading…
Reference in New Issue