Skip to content

Commit d417997

Browse files
authored
Fix eclipse config for ssl-config (#38096)
1 parent b7308aa commit d417997

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// this is just shell gradle file for eclipse to have separate projects for geo src and tests
2+
apply from: '../../build.gradle'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// this is just shell gradle file for eclipse to have separate projects for geo src and tests
2+
apply from: '../../build.gradle'
3+
dependencies {
4+
testCompile project(':libs:elasticsearch-ssl-config')
5+
}

0 commit comments

Comments
 (0)