Skip to content

Releases: JLLeitschuh/ktlint-gradle

v12.0.3

11 Dec 14:16

Choose a tag to compare

[12.0.3] - 2023-12-11

  • fix: apply configuration for source sets and targets that are added after the plugin is
    applied #732

v12.0.2

01 Dec 17:46

Choose a tag to compare

[12.0.2] - 2023-12-01

  • remove KtLintIdea Plugin #726.
    This plugin is no longer needed as ktlint configuration is driven by .editorconfig now, which IDEA will respect out of the box.
  • update configure-pagefile-action task #725
  • update latest version text file manually #716
  • Fix configuration cache for relative paths #722
  • Drop support for Gradle 6 and ktlint < 0.47.1 #720

v11.6.1

10 Oct 15:01

Choose a tag to compare

[11.6.1] - 2023-10-10

  • fix "additionalEditorconfig not supported until ktlint 0.49" warning #712
  • update latest version text file manually #709
  • Improve error logging #711

v11.6.0

18 Sep 19:48

Choose a tag to compare

[11.6.0] - 2023-09-18

  • ktlint 1.0 support #708
  • Allow editorconfig overrides in ktlint 0.49+ #708
  • update latest version text file manually #700

v11.5.1

07 Aug 19:10

Choose a tag to compare

[11.5.1] - 2023-08-07

  • Fix custom rulesets not loading from classpath #698
  • update latest version text file manually #688

v11.5.0

03 Jul 21:33

Choose a tag to compare

[11.5.0] - 2023-07-03

  • update latest version text file manually #685
  • ktlint 0.50.0 compatibility #687

v11.4.2

22 Jun 20:22

Choose a tag to compare

[11.4.2] - 2023-06-22

  • set kotlin version to 1.4 as its the minimum required for ktlint 0.49 #683
  • update latest version text file manually #682

v11.4.1

21 Jun 15:57

Choose a tag to compare

[11.4.1] - 2023-06-21

Fixed

  • update latest version text file manually #674
  • decrease plugin build workers to 4 to prevent thrashing #675
  • exclude deleted files from incremental checks #681

v11.4.0

06 Jun 14:01

Choose a tag to compare

[11.4.0] - 2023-06-06

Changed

  • Add files previously found to have errors to the list of files to check in incremental builds. #672
  • Added ktlint 0.49.1 support #667
  • Refactored multi-ktlint support to use multiple source sets with different compileOnly dependencies rather than reflection. #667

v11.3.2

25 Apr 13:46

Choose a tag to compare

[11.3.2] - 2023-04-25

Fixed

  • fix new ktlint errors that come from our new default version of ktlint #651
  • fix syntax bug in release logic for VERSION_LATEST_RELEASE.txt #651
  • fix isRootEditorConfig #664

Changed

  • Update build to use Gradle 7.3.3 to support testing with Java 17 #658