Skip to content

Commit

Permalink
Test with Java 21. (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Jan 2, 2024
1 parent eafa7c1 commit cf04dfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!groovy

def configurations = [
[ platform: "linux", jdk: "11", jenkins: null ],
[ platform: "windows", jdk: "11", jenkins: null ],
[ platform: "linux", jdk: "17", jenkins: null ],
[ platform: "windows", jdk: "17", jenkins: null ]
[ platform: "windows", jdk: "17", jenkins: null ],
[ platform: "linux", jdk: "21", jenkins: null ],
]
buildPlugin(useContainerAgent: true, configurations: configurations)

0 comments on commit cf04dfb

Please sign in to comment.