jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Switch to spotbugs-annotations #189

Closed sghill closed 1 year ago

sghill commented 3 years ago

In order to avoid deprecation warnings As a jpi plugin user I want the jpi plugin to apply spotbugs-annotations instead of findbugs-annotations

The plugin currently adds findbugs to the target project. Findbugs includes many deprecated classes and has been replaced by spotbugs-annotations.