You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/06/26 17:52:48 UTC

[groovy] branch GROOVY_4_0_X updated: Add comment for GH actions

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

sunlan pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 636ca91204 Add comment for GH actions
636ca91204 is described below

commit 636ca91204f23b0e948491547cbec58b55525f26
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Jun 27 01:50:34 2022 +0800

    Add comment for GH actions
    
    (cherry picked from commit c6a160186e89fbc7ad1795111c8ca00170b3585a)
---
 .github/workflows/groovy-build-test-ea.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/groovy-build-test-ea.yml b/.github/workflows/groovy-build-test-ea.yml
index faa16c5a35..335e9c22c6 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -24,6 +24,7 @@ jobs:
       matrix:
         os: [ubuntu-18.04]
         java: [17]
+        # The jdk links of "install-jdk.sh" are sometimes outdated, so we have to download openjdk releases from https://jdk.java.net/ by ourselves.
         jdk: ["https://download.java.net/java/early_access/jdk19/28/GPL/openjdk-19-ea+28_linux-x64_bin.tar.gz"]
     runs-on: ${{ matrix.os }}
     steps: