Skip to content

Commit

Permalink
Merge pull request #230 from MarkEWaite/test-with-java-21
Browse files Browse the repository at this point in the history
Test with Java 21
  • Loading branch information
uhafner authored Nov 13, 2023
2 parents 007a72c + add6072 commit b5af2b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
def configurations = [
[ platform: "linux", jdk: "11" ]
[ platform: "linux", jdk: "21" ],
[ platform: "linux", jdk: "17" ]
]

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

0 comments on commit b5af2b0

Please sign in to comment.