-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated API #928
Milestone
Comments
KengoTODA
added a commit
that referenced
this issue
Aug 13, 2023
refs #928 Signed-off-by: Kengo TODA <[email protected]>
KengoTODA
added a commit
that referenced
this issue
Aug 13, 2023
refs #928 Signed-off-by: Kengo TODA <[email protected]>
Using Gradle 8.4-rc-2, Java 21, Spotbugs gradle plugin 6.0.0-beta.3 and Spotbugs 4.7.3, and running with
Is that one of those deprecated stuff you intend to fix? |
Yes, and it has been resolved in the beta.4 release (#974). |
Deprecated AGP APIs have been tracked by #1054. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ConfigurableReport
interface still provides this method, so we need to wait for Gradle 9.0SpotBugsReport.getDestination(File)
ConfigurableReport
interface still provides these methods, so we need to wait for Gradle 8.0SpotBugsReport.setDestination(Provider)
SpotBugsReport.isEnabled
SpotBugsReport.setEnabled
SpotBugsTask.getFirstEnabledReport
SpotBugsTask.getEnabledReports
SpotBugsRunnerForWorker
The text was updated successfully, but these errors were encountered: