ChaitanyaPramod / findbugs-android

Gradle plugin that creates FindBugs reports for android projects
https://findbugs-android.chaitanyapramod.com/
MIT License
131 stars 9 forks source link

Fixed a typo in README.md #16

Closed jmatsu closed 6 years ago

jmatsu commented 6 years ago

I found a typo in README.md when setting up your plugin. FindBugsExtension doesn't have a toolsVersion method but has a toolVersion method.

ref: https://github.com/gradle/gradle/blob/6dcb7ac681f814f3bf6f10ed3550e29285933313/subprojects/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CodeQualityExtension.java#L43

Thanks.

ChaitanyaPramod commented 6 years ago

Thanks for the contrib, @jmatsu