File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
2
2
//
3
3
// This program and the accompanying materials are made available under the
4
4
// terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -26,7 +26,7 @@ pipeline {
26
26
agent any
27
27
28
28
tools {
29
- jdk ' openjdk-jdk11 -latest'
29
+ jdk ' openjdk-jdk21 -latest'
30
30
maven ' apache-maven-latest'
31
31
}
32
32
Original file line number Diff line number Diff line change 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.
2
2
//
3
3
// This program and the accompanying materials are made available under the
4
4
// terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -24,7 +24,7 @@ pipeline {
24
24
agent any
25
25
26
26
tools {
27
- jdk ' openjdk-jdk11 -latest'
27
+ jdk ' openjdk-jdk21 -latest'
28
28
maven ' apache-maven-latest'
29
29
}
30
30
You can’t perform that action at this time.
0 commit comments