You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/03/28 12:47:52 UTC

[creadur-rat] 04/04: RAT-273: Change build matrix on ASF to work with latest LTS

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

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

commit 709473cf481dc25c7672cc05a8984982628b326d
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Mar 28 14:45:46 2022 +0200

    RAT-273: Change build matrix on ASF to work with latest LTS
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6839e75..7511296 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'jdk_14_latest'
+        jdk 'jdk_17_latest'
     }
 
     options {