Skip to content

Commit

Permalink
Merge pull request #257 from aneveux/bee-8995-java11-support
Browse files Browse the repository at this point in the history
Enable JDK11 in Jenkinsfile
  • Loading branch information
KostyaSha authored Jan 10, 2022
2 parents 05b895c + a33a77f commit 344f2a1
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 344f2a1

Please sign in to comment.