This is an automated email from the ASF dual-hosted git repository.
Amar3tto pushed a commit to branch portablejar-flink
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/portablejar-flink by this push:
new c1c00ba0d62 Use Java 17
c1c00ba0d62 is described below
commit c1c00ba0d6280cc932abc7d46cb6f5d672c254dd
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Aug 27 14:46:52 2026 +0400
Use Java 17
---
.github/workflows/beam_PostCommit_PortableJar_Flink.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml
b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml
index ea05738f5a8..04e9c5e7a9f 100644
--- a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml
+++ b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml
@@ -76,7 +76,7 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
python-version: default
- java-version: default
+ java-version: '17'
- name: run testPipelineJarFlinkRunner script
env:
CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}