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 )
This commit is contained in:
Alpar Torok 2018-10-17 07:57:30 +03:00 committed by GitHub
parent b3be96aeb9
commit 2e5e4e1a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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