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 2bb7634e Try to downgrade to JDK16 to see if javadoc error remains
2bb7634e is described below
commit 2bb7634ea74179de2e7e7d0f4eaa5d305f38330c
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Oct 9 19:31:58 2025 +0200
Try to downgrade to JDK16 to see if javadoc error remains
---
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f4491d06..5f9b8af4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,8 @@ pipeline {
tools {
maven 'maven_3_latest'
- jdk 'jdk_17_latest'
+// No JDK 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'
}
options {