Eclipse libs projects setup fix (#42852)
Fallout from #42773 for eclipse users. (cherry picked from commit 998419c49fe51eb8343664a80f07d8d8d39abc6a)
This commit is contained in:
parent
e44b8b1e2e
commit
72eb9c2d44
|
@ -2,5 +2,5 @@
|
|||
apply from: '../../build.gradle'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':libs:core')
|
||||
testCompile project(':libs:elasticsearch-core')
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
apply from: '../../build.gradle'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':libs:dissect')
|
||||
testCompile project(':libs:elasticsearch-dissect')
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
apply from: '../../build.gradle'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':libs:grok')
|
||||
testCompile project(':libs:elasticsearch-grok')
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
apply from: '../../build.gradle'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':libs:nio')
|
||||
testCompile project(':libs:elasticsearch-nio')
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
apply from: '../../build.gradle'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':libs:secure-sm')
|
||||
testCompile project(':libs:elasticsearch-secure-sm')
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
apply from: '../../build.gradle'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':libs:x-content')
|
||||
testCompile project(':libs:elasticsearch-x-content')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue