Fix eclipse config for ssl-config (#38096)

This commit is contained in:
Alpar Torok 2019-02-01 10:47:54 +02:00 committed by GitHub
parent b7308aa03c
commit d417997aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,2 @@
// 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,5 @@
// 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-ssl-config')
}