Browse Source

Switch to parametric CI jobs (#34179)

Switch to parametric CI jobs. Given the changes in CI this also switches to running Gradle with the build java version only ( we used to also run it with run-time java version )
Alpar Torok 7 years ago
parent
commit
2e5e4e1a69
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .ci/java-versions.properties

+ 2 - 0
.ci/java-versions.properties

@@ -6,3 +6,5 @@
 
 ES_BUILD_JAVA=java11
 ES_RUNTIME_JAVA=java8
+GRADLE_TASK=build
+