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/12/14 17:19:33 UTC

[groovy] branch danielsun/jdk20-20221215 created (now 1da27cda89)

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

sunlan pushed a change to branch danielsun/jdk20-20221215
in repository https://gitbox.apache.org/repos/asf/groovy.git


      at 1da27cda89 Build with JDK20 ea

This branch includes the following new commits:

     new 1da27cda89 Build with JDK20 ea

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.



[groovy] 01/01: Build with JDK20 ea

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

sunlan pushed a commit to branch danielsun/jdk20-20221215
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 1da27cda89b9678fe0fdc69cf6630df1625ae698
Author: Daniel Sun <su...@apache.org>
AuthorDate: Thu Dec 15 01:19:15 2022 +0800

    Build with JDK20 ea
---
 .github/workflows/groovy-build-test-ea.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test-ea.yml b/.github/workflows/groovy-build-test-ea.yml
index d4a86698fd..715edac4f6 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -28,7 +28,7 @@ jobs:
         os: [ubuntu-20.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/GA/jdk19/877d6127e982470ba2a7faa31cc93d04/36/GPL/openjdk-19_linux-x64_bin.tar.gz"]
+        jdk: ["https://download.java.net/java/early_access/jdk20/27/GPL/openjdk-20-ea+27_linux-x64_bin.tar.gz"]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Download JDK ${{ matrix.jdk }}