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/24 18:03:26 UTC

[groovy] branch danielsun/jdk19 updated (e485b9063f -> 953acb6e5b)

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

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


 discard e485b9063f Try jdk19 build
     new 953acb6e5b Try jdk19 build

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e485b9063f)
            \
             N -- N -- N   refs/heads/danielsun/jdk19 (953acb6e5b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .github/workflows/groovy-build-test.yml | 2 +-
 .travis.yml                             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[groovy] 01/01: Try jdk19 build

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

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

commit 953acb6e5bfea935f82099e1153c8a90dd0668fe
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jun 25 02:00:50 2022 +0800

    Try jdk19 build
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e9e489f786..10c667e2dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,8 @@ install:
 
 matrix:
   include:
-#    - env: BC='indy' FEATURE='19' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
-#      jdk: openjdk17
+    - env: BC='indy' FEATURE='19' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
+      jdk: openjdk17
     - env: BC='indy' FEATURE='18' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk17
     - env: BC='indy'