Findbugs android gradle plugin

后端 未结 4 1492
天涯浪人
天涯浪人 2021-02-08 15:12

I have an android project. I want to introduce findbugs in my project as a gradle plugin. I tried to edit the project\'s build.gradle as below.

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-08 16:17

    Please take a look at this project https://github.com/Piasy/AndroidCodeQualityConfig.

    This project including lint, pmd, findbugs, checkstyle, jacoco code coverage.And support project with submodules.

提交回复
热议问题