Skip to content

Commit

Permalink
Remove unneeded configuration in buildPlugin (#90)
Browse files Browse the repository at this point in the history
Spotbugs reporting is being enabled by default in jenkins-infra/pipeline-library#121, update to parent pom 4.x to use spotbugs instead of findbugs.
  • Loading branch information
timja authored Oct 7, 2020
1 parent b1b2db4 commit ca33aeb
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 @@ -10,4 +10,4 @@ def configurations = [
[ platform: "windows", jdk: "8", jenkins: recentLTS, javaLevel: "8" ],
[ platform: "windows", jdk: "11", jenkins: recentLTS, javaLevel: "8" ],
]
buildPlugin(configurations: configurations, findbugs: [archive: true])
buildPlugin(configurations: configurations)

0 comments on commit ca33aeb

Please sign in to comment.