Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Release 1.0

Compare
Choose a tag to compare
@mr-archano mr-archano released this 21 May 11:49
· 62 commits to master since this release
353752c
  • Add support for task configuration avoidance PR#184 PR#186 PR#189
  • 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
  • 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