Skip to content

Commit

Permalink
update CI to include jdk11 builds (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecirioli authored Oct 20, 2021
1 parent e9d6672 commit 78da0f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
buildPlugin()
buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
])

node('docker') {
stage('checkout') {
Expand Down

0 comments on commit 78da0f4

Please sign in to comment.