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 <[email protected]> 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 {
