We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7308aa commit d417997Copy full SHA for d417997
libs/ssl-config/src/main/eclipse.build.gradle
@@ -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'
libs/ssl-config/src/test/eclipse.build.gradle
@@ -0,0 +1,5 @@
3
+dependencies {
4
+ testCompile project(':libs:elasticsearch-ssl-config')
5
+}
0 commit comments