Browse Source

Fix build-tools integtest eclipse classpath (#62373)

Rene Groeschke 5 years ago
parent
commit
803558405b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      buildSrc/build.gradle

+ 6 - 0
buildSrc/build.gradle

@@ -178,6 +178,12 @@ if (project != rootProject) {
     integTestRuntimeOnly(project(":libs:elasticsearch-core"))
   }
 
+  eclipse {
+    classpath {
+      plusConfigurations += [configurations.integTestRuntimeClasspath]
+    }
+  }
+
   // for external projects we want to remove the marker file indicating we are running the Elasticsearch project
   processResources {
     exclude 'buildSrc.marker'