Skip to content

Releases: vanniktech/gradle-code-quality-tools-plugin

0.25.0

Choose a tag to compare

@vanniktech vanniktech released this 12 Jan 21:11
  • Lint: Support Android Gradle Plugin 9.0.0 #382 (vanniktech)
  • Breaking: Remove Detekt. Please use their own Gradle Plugin. #326 (vanniktech)

0.24.0

Choose a tag to compare

@vanniktech vanniktech released this 22 Nov 18:27
  • Breaking change: Only support ktlint 1.x and upwards. Removal of experimental setting. #286 (vanniktech)

0.23.0

Choose a tag to compare

@vanniktech vanniktech released this 02 Jul 23:01
  • 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

Choose a tag to compare

@vanniktech vanniktech released this 14 Jul 19:00

0.21.0

Choose a tag to compare

@vanniktech vanniktech released this 11 Mar 18:56

0.20.0

Choose a tag to compare

@vanniktech vanniktech released this 10 Apr 06:48
  • 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

Choose a tag to compare

@vanniktech vanniktech released this 10 Apr 06:48

0.18.0

Choose a tag to compare

@vanniktech vanniktech released this 18 Apr 13:03

0.17.0

Choose a tag to compare

@vanniktech vanniktech released this 18 Feb 16:05

0.16.0

Choose a tag to compare

@vanniktech vanniktech released this 28 Jan 11:29
  • 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)