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 4885725d Change to JDK21 as 16 is not supported anymore
4885725d is described below
commit 4885725d429a5a8f8b2b41446aeef69bf432c1a5
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Nov 10 12:55:51 2025 +0100
Change to JDK21 as 16 is not supported anymore
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 67169a14..f904491f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,7 @@ pipeline {
tools {
maven 'maven_3_latest'
// No JDK17 possible due to https://issues.apache.org/jira/browse/RAT-497 -
java.lang.NullPointerException: Cannot invoke
"com.sun.source.util.DocTreePath.getTreePath()" because "path" is null
- jdk 'jdk_16_latest'
+ jdk 'jdk_21_latest'
}
options {