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 2021/06/19 15:36:07 UTC

[groovy] branch try-JDK17 created (now f66c51e)

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

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


      at f66c51e  Try JDK17

This branch includes the following new commits:

     new f66c51e  Try JDK17

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: Try JDK17

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

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

commit f66c51ef098e3eae19170b2cbaa086bfd392d325
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jun 19 23:35:42 2021 +0800

    Try JDK17
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f6a28cd..05a8d44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,8 @@ install:
 
 matrix:
   include:
+    - env: BC='indy' FEATURE='17' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
+      jdk: openjdk11
     - env: BC='indy' FEATURE='16' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
       jdk: openjdk11
     - env: BC='indy'