Skip to content

Commit

Permalink
Use recommended build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Mar 20, 2019
1 parent d17988c commit 103adc3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Jenkinsfile
@@ -1,10 +1 @@
coreJdk11Version="2.161"

buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],
[ platform: "linux", jdk: "8", jenkins: coreJdk11Version, javaLevel: "8" ],
[ platform: "windows", jdk: "8", jenkins: coreJdk11Version, javaLevel: "8" ],
[ platform: "linux", jdk: "11", jenkins: coreJdk11Version, javaLevel: "8" ],
[ platform: "windows", jdk: "11", jenkins: coreJdk11Version, javaLevel: "8" ]
])
buildPlugin(configurations: buildPlugin.recommendedConfigurations())

0 comments on commit 103adc3

Please sign in to comment.