Skip to content

Commit 4851708

Browse files
committed
Compile and test with Java 25
Jenkins wants to support Java 25 soon after it releases
1 parent 367c616 commit 4851708

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
@@ -3,4 +3,5 @@ buildPlugin(
33
configurations: [
44
[platform: 'linux', jdk: 21],
55
[platform: 'windows', jdk: 17],
6-
])
6+
[platform: 'linux', jdk: 25],
7+
])

0 commit comments

Comments
 (0)