diff --git a/etc/jenkins/continuous.groovy b/etc/jenkins/continuous.groovy index 436b933..6ad0643 100644 --- a/etc/jenkins/continuous.groovy +++ b/etc/jenkins/continuous.groovy @@ -1,4 +1,4 @@ -// Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. // // This program and the accompanying materials are made available under the // terms of the Eclipse Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ pipeline { agent any tools { - jdk 'openjdk-jdk11-latest' + jdk 'openjdk-jdk21-latest' maven 'apache-maven-latest' } diff --git a/etc/jenkins/release.groovy b/etc/jenkins/release.groovy index f4a38c4..5bd32f0 100644 --- a/etc/jenkins/release.groovy +++ b/etc/jenkins/release.groovy @@ -1,4 +1,4 @@ -// Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. // // This program and the accompanying materials are made available under the // terms of the Eclipse Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ pipeline { agent any tools { - jdk 'openjdk-jdk11-latest' + jdk 'openjdk-jdk21-latest' maven 'apache-maven-latest' }