Skip to content

Commit a6aff3b

Browse files
authored
Merge pull request #366 from MarkEWaite/test-with-java-25
Test with Java 25
2 parents 1b81be5 + 055fc98 commit a6aff3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
def configurations = [
2-
[ platform: "linux", jdk: "21" ],
3-
[ platform: "linux", jdk: "17" ]
2+
[ platform: "linux", jdk: 25 ]
43
]
54

65
buildPlugin(failFast: false, configurations: configurations,

0 commit comments

Comments
 (0)