Skip to content

Commit

Permalink
Build only on Java 17 and 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 28, 2024
1 parent 74e1be4 commit 491001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def params = [
failFast: false,
configurations: configurations,
checkstyle: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]],
spotbugs: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]]]
spotbugs: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]]
]

buildPlugin(params)

0 comments on commit 491001d

Please sign in to comment.