Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Java 11 readiness: build both on JDK8 and JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Apr 10, 2019
1 parent 225c513 commit bb3aaa8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
coreJdk11Version="2.164"

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 bb3aaa8

Please sign in to comment.