mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Fix eclipse config for ssl-config (#38096)
This commit is contained in:
parent
b7308aa03c
commit
d417997aca
2
libs/ssl-config/src/main/eclipse.build.gradle
Normal file
2
libs/ssl-config/src/main/eclipse.build.gradle
Normal 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'
|
5
libs/ssl-config/src/test/eclipse.build.gradle
Normal file
5
libs/ssl-config/src/test/eclipse.build.gradle
Normal 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')
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user