janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.95k stars 936 forks source link

Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id 'findbugs' not found. #78

Open im-o opened 3 years ago

im-o commented 3 years ago

Sorry, i have problem with this. maybe because my gradle? I used dependencies gradle : gradle:4.1.1 and wrapper : gradle-6.5? how i can fixed it? thankyou.

error message : org.gradle.api.plugins.UnknownPluginException: Plugin with id 'findbugs' not found.

waterWang commented 3 years ago

The FindBugs plugin has been removed

The deprecated FindBugs plugin has been removed. As an alternative, you can use the SpotBugs plugin from the Gradle Plugin Portal.

https://docs.gradle.org/current/userguide/upgrading_version_5.html

im-o commented 3 years ago

@waterWang thankyou, because im not need it, i remove findBugs and solved update my gradle to latest version.🍻