Skip to content

Commit

Permalink
Fix eclipse config for ssl-config (#38096)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t authored Feb 1, 2019
1 parent b7308aa commit d417997
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/ssl-config/src/main/eclipse.build.gradle
Original file line number Diff line number Diff line change
@@ -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'
5 changes: 5 additions & 0 deletions libs/ssl-config/src/test/eclipse.build.gradle
Original file line number Diff line number Diff line change
@@ -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')
}

0 comments on commit d417997

Please sign in to comment.