v0.9.0
mateuszkwiecinski
released this
04 Mar 15:27
·
225 commits
to master
since this release
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 viaktlint { editorConfigValidation = ... }
extension (to either do nothing or fail the build) in #187
Full Changelog: v0.8.2...v0.9.0