Piasy / AndroidCodeQualityConfig

Code quality config for android project, including lint, pmd, findbugs, checkstyle, jacoco code coverage. Serve as a submodule for repo AndroidTDDBootStrap
https://github.com/Piasy/AndroidTDDBootStrap
MIT License
66 stars 34 forks source link

Change deprecated methods #17

Closed fooock closed 6 years ago

fooock commented 7 years ago

I use gradle 4.1 and when I compile my project a notice is shown:

The ConfigurableReport.setDestination(Object) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the method ConfigurableReport.setDestination(File) instead.

I can prepare a PR to solve this