mifos-mobile
mifos-mobile copied to clipboard
Gradle build failure error
Summary:
Gradle build failed with error Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id 'findbugs' not found.
Steps to reproduce:
- Clone the repository.
- Open the project in android studio
- Gradle project sync failed. Basic functionality (e.g editing, debugging) will not work properly.
Expected behaviour:
The app should run successfully.
Observed behaviour: Poject build failed with below error : org.gradle.api.plugins.UnknownPluginException: Plugin with id 'findbugs' not found (Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id 'findbugs' not found).
Device and Android version:
Till not running any device.
Screenshots:
Hey, is this issue still there? Cause when I tried to build it on my system, there were no issues.
This happens sometimes with me too