Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Deprecate findbugs #216

Merged
merged 2 commits into from
Nov 21, 2019
Merged

Deprecate findbugs #216

merged 2 commits into from
Nov 21, 2019

Conversation

tasomaniac
Copy link
Contributor

Depreacte Findbugs support since it is completely removed in Gradle 6.x. After this is merged, I will prepare new release with docs update to make it obvious in the Readme.

Used Gradle's official deprecation support. When run with --warning-mode all, it looks like this. First is output by Gradle, the 2nd by us.

The findbugs plugin has been deprecated. This is scheduled to be removed in Gradle 6.0. Consider using the com.github.spotbugs plugin instead.
        at static_analysis_2u2ywn09w7g7lt00gz4re3daa$_run_closure1.doCall(/Users/sdane/dev/taso/gradle-static-analysis-plugin/sample-multi-module/team-props/static-analysis.gradle:25)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
Novoda Static Analysis Plugin Findbugs support is deprecated. This is scheduled to be removed in version 2.0 Please use SpotBugs instead. https://github.com/novoda/gradle-static-analysis-plugin/blob/master/docs/tools/spotbugs.md
        at static_analysis_2u2ywn09w7g7lt00gz4re3daa$_run_closure1.doCall(/Users/sdane/dev/taso/gradle-static-analysis-plugin/sample-multi-module/team-props/static-analysis.gradle:25)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)

@tasomaniac tasomaniac changed the base branch from master to develop November 9, 2019 15:18
@zegnus zegnus merged commit 55fe6b1 into develop Nov 21, 2019
@zegnus zegnus deleted the deprecate-findbugs branch November 21, 2019 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants