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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 63fde5a8 Switch to JDK16 consistently as newer JDKs cannot generate 
javadocs
63fde5a8 is described below

commit 63fde5a8576f3025707142f58d052b720202b8b0
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat May 28 19:59:54 2022 +0200

    Switch to JDK16 consistently as newer JDKs cannot generate javadocs
---
 .travis.yml | 4 ++--
 Jenkinsfile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 332292a6..c53d916e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,6 @@ jobs:
           jdk: openjdk8
           script: mvn -e -B -V clean package site
 
-        - name: "Java 14"
-          jdk: openjdk14
+        - name: "Java 16"
+          jdk: openjdk16
           script: mvn -e -B -V clean package site
diff --git a/Jenkinsfile b/Jenkinsfile
index 6839e759..4ff77fb3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'jdk_14_latest'
+        jdk 'jdk_16_latest'
     }
 
     options {

Reply via email to