Skip to content

Commit 2a00352

Browse files
authored
Stop testing Java 17 (#641)
Test Java 21 and Java 25
1 parent ded04a0 commit 2a00352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ buildPlugin(
77
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
88
configurations: [
99
[platform: 'linux', jdk: 25],
10-
[platform: 'windows', jdk: 17],
10+
[platform: 'windows', jdk: 21],
1111
])

0 commit comments

Comments
 (0)