Open elharo opened 4 years ago
@elharo @lesv Can you please provide more context here? I.e. why should we do it?
https://gleclaire.github.io/findbugs-maven-plugin/ <== Talks about Findbugs no longer being maintained.
https://spotbugs.github.io/ is the recommended replacement.
SpotBugs requires Java 8 so we have to be careful how we configure the profiles.
Gradle instructions: https://spotbugs.readthedocs.io/en/stable/gradle.html
per @lesv we should replace FindBugs with SpotBugs