Skip to content

Commit

Permalink
Merge pull request #338 from basil/java21
Browse files Browse the repository at this point in the history
Test on Java 17/21
  • Loading branch information
uhafner authored Apr 15, 2024
2 parents 74a39b5 + e5f4ce1 commit 7ced71b
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 7ced71b

Please sign in to comment.