Răsfoiți Sursa

Eclipse libs projects setup fix (#42852)

Fallout from #42773 for eclipse users.
Albert Zaharovits 6 ani în urmă
părinte
comite
998419c49f

+ 1 - 1
libs/core/src/test/eclipse-build.gradle

@@ -2,5 +2,5 @@
 apply from: '../../build.gradle'
 
 dependencies {
-  testCompile project(':libs:core')
+  testCompile project(':libs:elasticsearch-core')
 }

+ 1 - 1
libs/dissect/src/test/eclipse-build.gradle

@@ -3,5 +3,5 @@
 apply from: '../../build.gradle'
 
 dependencies {
-  testCompile project(':libs:dissect')
+  testCompile project(':libs:elasticsearch-dissect')
 }

+ 1 - 1
libs/grok/src/test/eclipse-build.gradle

@@ -3,5 +3,5 @@
 apply from: '../../build.gradle'
 
 dependencies {
-  testCompile project(':libs:grok')
+  testCompile project(':libs:elasticsearch-grok')
 }

+ 1 - 1
libs/nio/src/test/eclipse-build.gradle

@@ -3,5 +3,5 @@
 apply from: '../../build.gradle'
 
 dependencies {
-  testCompile project(':libs:nio')
+  testCompile project(':libs:elasticsearch-nio')
 }

+ 1 - 1
libs/secure-sm/src/test/eclipse-build.gradle

@@ -3,5 +3,5 @@
 apply from: '../../build.gradle'
 
 dependencies {
-  testCompile project(':libs:secure-sm')
+  testCompile project(':libs:elasticsearch-secure-sm')
 }

+ 1 - 1
libs/x-content/src/test/eclipse-build.gradle

@@ -3,5 +3,5 @@
 apply from: '../../build.gradle'
 
 dependencies {
-  testCompile project(':libs:x-content')
+  testCompile project(':libs:elasticsearch-x-content')
 }