Skip to content

Commit

Permalink
allow test with java 17 (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Waite <[email protected]>
  • Loading branch information
iqbalrohail and MarkEWaite authored Oct 30, 2022
1 parent eb48d7c commit c4e0bab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
buildPlugin(useAci: true, configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "8" ],
[ platform: "linux", jdk: "11" ]
])
[ platform: "linux", jdk: "11" , jenkins: '2.361.2'] ,
[platform: 'linux', jdk: '17', jenkins: '2.375']
])

0 comments on commit c4e0bab

Please sign in to comment.