This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch base-jdk21 in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git
commit ee78e47c04d5a6d3a8659c378bbb6d5813012d20 Author: Neil C Smith <[email protected]> AuthorDate: Mon Mar 23 10:04:00 2026 +0000 Update netbeansbase build to JDK 21 --- jobs/netbeansbase.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/netbeansbase.groovy b/jobs/netbeansbase.groovy index 9b6024f..63d3711 100644 --- a/jobs/netbeansbase.groovy +++ b/jobs/netbeansbase.groovy @@ -31,7 +31,7 @@ def netbeansBaseJob(Map m, Closure c = {}) { numToKeep(2) daysToKeep(7) } - jdk('jdk_17_latest') + jdk('jdk_21_latest') triggers { scm('H/5 * * * *') } --------------------------------------------------------------------- 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
