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:08 UTC

[groovy] 01/01: Try JDK17

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'