Skip to content

Commit b70059e

Browse files
authored
Merge pull request #198 from MarkEWaite/test-with-java-25
Test with Java 25
2 parents 70ca0b8 + 361332b commit b70059e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Jenkinsfile

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

0 commit comments

Comments
 (0)