Gradle Code Quality Tools Plugin Versions Save

Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.

0.24.0

5 months ago
  • Breaking change: Only support ktlint 1.x and upwards. Removal of experimental setting. #286 (vanniktech)

0.23.0

9 months ago
  • Kotlin Inputs: Exclude src/test/snapshots/ to fix 'ktlint uses this output of task testDebugUnitTest without declaring an explicit or implicit dependency'. #274 (vanniktech)
  • Gradle: Use Java 11, Android Gradle Plugin 8.0.2 & update all dependencies. #273 (vanniktech)

0.22.0

1 year ago

0.21.0

2 years ago

0.20.0

4 years ago
  • Resolves Cpd Task Creation Failure #204 (keciciler)
  • Detekt: Add --parallel parameter support #202 (budnyjj)
  • Detekt: Add --build-upon-default-config parameter support #201 (budnyjj)

0.19.0

4 years ago

0.18.0

5 years ago

0.17.0

5 years ago

0.16.0

5 years ago
  • Convert everything to Kotlin. #172 (vanniktech)
  • Convert all Extension classes to Kotlin. #170 (vanniktech)
  • Detekt + ktlint: Create configurations once when plugin is applied. Leverage @PathSensitive. #169 (vanniktech)

0.15.0

5 years ago