This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new 85fcaf6 missing a jdk 17
85fcaf6 is described below
commit 85fcaf65b6a7aba8478d55654fc3f13b71c41c29
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Apr 24 16:43:56 2025 +0200
missing a jdk 17
---
jobs/Jenkinsmatrixfile.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index 5eeb72c..31d31af 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -28,7 +28,7 @@ pipeline {
stage("clone and prepare build") {
tools {
- jdk 'jdk_11_latest'
+ jdk 'jdk_17_latest'
ant 'ant_latest'
}
steps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists