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-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new 577a220 Try to use JDK on ASF infra as older versions are to be
removed
577a220 is described below
commit 577a220dfb51d23db27f6909b8fb900fa89fab23
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Oct 9 17:18:09 2025 +0200
Try to use JDK on ASF infra as older versions are to be removed
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0a230fd..03f7426 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
tools {
maven 'maven_3_latest'
- jdk 'jdk_1.8_latest'
+ jdk 'jdk_17_latest'
}
options {