Skip to content

Commit

Permalink
Use JDK 11 in builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 1, 2022
1 parent 2cbd89e commit 130a333
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(failFast: false, tests: [skip: true], platforms: ['linux'])
def configurations = [
[ platform: "linux", jdk: "11" ]
]

buildPlugin(failFast: false, configurations: configurations)

0 comments on commit 130a333

Please sign in to comment.