Skip to content

Commit

Permalink
Test on Java 17/21
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 28, 2024
1 parent 4b61f33 commit e5f4ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def configurations = [
[ platform: "linux", jdk: "11" ],
[ platform: "windows", jdk: "11" ]
[ platform: "linux", jdk: 21 ],
[ platform: "windows", jdk: 17 ]
]

buildPlugin(failFast: false, configurations: configurations,
Expand Down

0 comments on commit e5f4ce1

Please sign in to comment.