Skip to content

Commit 6105be2

Browse files
authored
Test with Java 21. (#67)
1 parent 0b4bf14 commit 6105be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
buildPlugin(
55
useContainerAgent: true,
66
configurations: [
7-
[platform: 'linux', jdk: 11],
7+
[platform: 'linux', jdk: 21],
8+
[platform: 'linux', jdk: 17],
89
])

0 commit comments

Comments
 (0)