Skip to content

Commit

Permalink
Include Java 11 in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 7, 2023
1 parent f2518d7 commit 6b4af32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildPlugin(useContainerAgent: false, configurations: [
[platform: 'linux', jdk: 21],
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 17],
])

Expand Down

0 comments on commit 6b4af32

Please sign in to comment.