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:
parent
b3be96aeb9
commit
2e5e4e1a69
|
@ -6,3 +6,5 @@
|
|||
|
||||
ES_BUILD_JAVA=java11
|
||||
ES_RUNTIME_JAVA=java8
|
||||
GRADLE_TASK=build
|
||||
|
||||
|
|
Loading…
Reference in New Issue