Skip to content

Commit

Permalink
Require Jenkins 2.479.1 or newer
Browse files Browse the repository at this point in the history
Prefer LTS baseline rather than a weekly baseline
  • Loading branch information
MarkEWaite committed Oct 30, 2024
1 parent 7e459e6 commit c217ced
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
<gitHubRepo>jenkinsci/priority-sorter-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 -->
<!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> -->
<jenkins.version>${jenkins.baseline}</jenkins.version>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand Down

0 comments on commit c217ced

Please sign in to comment.