novoda / gradle-static-analysis-plugin

Easy setup of static analysis tools for Android and Java projects.
Apache License 2.0
405 stars 29 forks source link

Remove afterEvaluate together with support for older versions of Ktlint plugin #183

Closed tasomaniac closed 5 years ago

tasomaniac commented 5 years ago

afterEvaluate usage is not good since it requires the clients to use afterEvaluate in certain conditions.

This was required initially because ktlint plugin itself was using it. That is fixed quite a while ago.

Solution:

Fixes #156

tasomaniac commented 5 years ago

Yes, just fixed it. 🙌