Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 04 Mar 15:27
· 77 commits to master since this release
c784ef3

What's Changed

  • Bump ktlint to v1.2.1
  • Improve configuration-cache compatibility. Modifying .editorconfig will not validate configuration cache anymore in #187
  • Bundle LICENSE file in the published .jar in #188
  • Introduce new validateEditorConfigForKtlint task which validates if the project is configured in a deterministic way. By default it prints warnings logs, but its behavior can be configured via ktlint { editorConfigValidation = ... } extension (to either do nothing or fail the build) in #187

Full Changelog: v0.8.2...v0.9.0