You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/02/14 05:43:18 UTC

[groovy] branch master updated: preparation for JDK19 on travis - needs newer ASM version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3b62e8  preparation for JDK19 on travis - needs newer ASM version
a3b62e8 is described below

commit a3b62e86402c7008a126e07ba315f7e8cf06a2a4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Feb 14 15:43:12 2022 +1000

    preparation for JDK19 on travis - needs newer ASM version
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0556f6a..0d030de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,10 @@ install:
 
 matrix:
   include:
+    #    - 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: openjdk16
+      jdk: openjdk17
     - env: BC='indy'
       jdk: openjdk17
     - env: BC='indy'