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 eceaa8c commit a1b7437Copy full SHA for a1b7437
1 file changed
.github/workflows/beam_PostCommit_Python.yml
@@ -78,6 +78,9 @@ jobs:
78
- name: Setup environment
79
uses: ./.github/actions/setup-environment-action
80
with:
81
+ java-version: |
82
+ 21
83
+ 11
84
python-version: ${{ matrix.python_version }}
85
- name: Install docker compose
86
run: |
@@ -94,6 +97,7 @@ jobs:
94
97
95
98
gradle-command: :python${{steps.set_py_ver_clean.outputs.py_ver_clean}}PostCommit
96
99
arguments: |
100
+ -Pjava21Home=$JAVA_HOME_21_X64 \
101
-PuseWheelDistribution \
102
-PpythonVersion=${{ matrix.python_version }} \
103
env:
0 commit comments