Skip to content

Commit 2a39d6d

Browse files
authored
Test on Java 21 (#291)
1 parent 573795c commit 2a39d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
buildPlugin(
66
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
77
configurations: [
8-
[platform: 'linux', jdk: 17],
9-
[platform: 'windows', jdk: 11],
8+
[platform: 'linux', jdk: 21],
9+
[platform: 'windows', jdk: 17],
1010
])

0 commit comments

Comments
 (0)