We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e54aee commit b2b6e81Copy full SHA for b2b6e81
.buildkite/pipelines/periodic-java-ea.yml
@@ -512,7 +512,7 @@ steps:
512
machineType: n1-standard-32
513
buildDirectory: /dev/shm/bk
514
env:
515
- GRADLE_PARAMS: "-Druntime.java=$$JAVA_EA_VERSION"
+ GRADLE_PARAMS: "-Druntime.java=${JAVA_EA_VERSION}"
516
GRADLE_TASK: "{{matrix.GRADLE_TASK}}"
517
- label: "{{matrix.BWC_VERSION}} / matrix-bwc"
518
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest
0 commit comments