Skip to content

Commit 3cd6bf9

Browse files
committed
Test with Java 21
Java 21 released Sep 19, 2023. We'd like to announce full support for Java 21 in early October and would like the most used plugins to be compiling and testing with Java 21. The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21.
1 parent 15738ee commit 3cd6bf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
buildPlugin(useContainerAgent: true, configurations: [
2+
[platform: 'linux', jdk: 21],
23
[platform: 'linux', jdk: 17],
34
[platform: 'windows', jdk: 11],
45
])

0 commit comments

Comments
 (0)