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 dc088bf re-enabled JDK18 on travis
dc088bf is described below
commit dc088bf16eacbc697a096d0ff42fb7f18ab4a44e
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 14 12:02:44 2022 +1000
re-enabled JDK18 on travis
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cdd9ef4..0556f6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,8 @@ install:
matrix:
include:
-# - env: BC='indy' FEATURE='18'
TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
-# jdk: openjdk16
+ - env: BC='indy' FEATURE='18'
TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
+ jdk: openjdk16
- env: BC='indy'
jdk: openjdk17
- env: BC='indy'