Skip to content

Commit

Permalink
Build/test plugin on Java 8 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mtughan committed May 9, 2022
1 parent c59975f commit 28817cb
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 +1,5 @@
buildPlugin()
buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11']
])

0 comments on commit 28817cb

Please sign in to comment.