Skip to content

Commit c0a6379

Browse files
authored
Merge pull request #180 from gounthar/jdk21
Test with Java 21
2 parents 9882fc1 + 65b09e3 commit c0a6379

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Jenkinsfile

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
buildPlugin(useContainerAgent: true, configurations: [
2-
[platform: 'linux', jdk: 17],
3-
[platform: 'windows', jdk: 11],
1+
buildPlugin(
2+
useContainerAgent: true,
3+
configurations: [
4+
[platform: 'linux', jdk: 11],
5+
[platform: 'linux', jdk: 21],
6+
[platform: 'windows', jdk: 17],
47
])

0 commit comments

Comments
 (0)