Skip to content

Commit 3ba253b

Browse files
authored
Merge pull request #352 from MarkEWaite/test-with-java-25
Test with Java 25
2 parents 8846fdd + c1b1577 commit 3ba253b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildPlugin(
22
useContainerAgent: true,
33
configurations: [
4-
[platform: 'linux', jdk: 21],
5-
[platform: 'windows', jdk: 17],
4+
[platform: 'linux', jdk: 25],
5+
[platform: 'windows', jdk: 21],
66
])

0 commit comments

Comments
 (0)