Skip to content

Commit

Permalink
Merge pull request #377 from jglick/Jenkinsfile
Browse files Browse the repository at this point in the history
Simplify CI matrix
  • Loading branch information
car-roll authored Dec 17, 2021
2 parents dc3e405 + b7ed01e commit ba21ca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buildPlugin(useAci: true, configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "8" ],
[ platform: "linux", jdk: "11", javaLevel: 8 ]
[ platform: "linux", jdk: "11" ]
])

0 comments on commit ba21ca2

Please sign in to comment.