Skip to content

Commit

Permalink
Enable jdk11 build on CI (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
aHenryJard authored Mar 17, 2022
1 parent d906cc1 commit 5c5d3b2
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 @@
#!/usr/bin/env groovy

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin()
buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
])

0 comments on commit 5c5d3b2

Please sign in to comment.