You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/08/11 18:12:33 UTC

[beam] branch master updated: Fix wordcount setup-java (#22700)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 774745b1a3e Fix wordcount setup-java (#22700)
774745b1a3e is described below

commit 774745b1a3e89f284d627fdd0d56290116a19de7
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Aug 11 11:12:25 2022 -0700

    Fix wordcount setup-java (#22700)
    
    This was upgraded incorrectly in #22666
---
 .github/workflows/java_tests.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/java_tests.yml b/.github/workflows/java_tests.yml
index f8f23ab9650..eb4cb82b7b9 100644
--- a/.github/workflows/java_tests.yml
+++ b/.github/workflows/java_tests.yml
@@ -170,6 +170,7 @@ jobs:
       - name: Set Java Version
         uses: actions/setup-java@v3
         with:
+          distribution: 'zulu'
           java-version: 8
       - name: Remove default github maven configuration
         # This step is a workaround to avoid a decryption issue of Beam's