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:04:34 UTC

[beam] branch damccorm-patch-1 created (now bf729b801a9)

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

damccorm pushed a change to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git


      at bf729b801a9 Fix wordcount setup-java

This branch includes the following new commits:

     new bf729b801a9 Fix wordcount setup-java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix wordcount setup-java

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bf729b801a9a0cc9b7c11959511eef2dd4eacfab
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Aug 11 14:04:28 2022 -0400

    Fix wordcount setup-java
    
    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