This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-examples-dataflow in repository https://gitbox.apache.org/repos/asf/beam.git
commit e50e04488e7a5f27a46ebd71581a9a5d25849693 Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Jun 5 13:52:48 2025 +0400 Fix java version parameter --- .github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml index 03f34e96c58..3b5b5ec132f 100644 --- a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml +++ b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml @@ -99,7 +99,7 @@ jobs: -PdisableSpotlessCheck=true \ -PdisableCheckStyle=true \ -PskipCheckerFramework \ - -PtestJavaVersion=java17 \ + -PtestJavaVersion=17 \ -Pjava17Home=$JAVA_HOME_17_X64 \ -PdockerTag=${{ env.DOCKER_TAG }} \ - name: Archive JUnit Test Results
