Skip to content

Commit 6c40045

Browse files
committed
build by 21
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 8e787dc commit 6c40045

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

etc/jenkins/continuous.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved.
22
//
33
// This program and the accompanying materials are made available under the
44
// terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -26,7 +26,7 @@ pipeline {
2626
agent any
2727

2828
tools {
29-
jdk 'openjdk-jdk11-latest'
29+
jdk 'openjdk-jdk21-latest'
3030
maven 'apache-maven-latest'
3131
}
3232

etc/jenkins/release.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved.
22
//
33
// This program and the accompanying materials are made available under the
44
// terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -24,7 +24,7 @@ pipeline {
2424
agent any
2525

2626
tools {
27-
jdk 'openjdk-jdk11-latest'
27+
jdk 'openjdk-jdk21-latest'
2828
maven 'apache-maven-latest'
2929
}
3030

0 commit comments

Comments
 (0)