This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Release 1.0
- Add support for task configuration avoidance PR#184 PR#186 PR#189
- This is a big performance improvement and a recommended upgrade for all users.
- Unless
evaluateViolations
orcheck
task is run explicitly, no task will be configured eagerly. - More info on Gradle: https://docs.gradle.org/current/userguide/task_configuration_avoidance.html
- Removed support for older versions of Ktlint and Detekt
- Minimum supported Ktlint Plugin:
6.2.1
- Minimum supported Detekt Plugin:
1.0.0.RC9.2
- Minimum supported Ktlint Plugin:
- Fix: In some cases Groovy closures would use wrong scope PR#185
- Fix: check task not found on empty project PR#187
- Detekt is automatically configured to disable failFast since failure is handled by Static Analysis Plugin PR#186
- Update sample with new versions and make use of task configuration avoidance PR#188