Gradle Plugin v7.0.0.BETA4
github-actions
released this
24 Oct 15:34
·
51 commits
to main
since this release
Added
- Support for line ending policy
PRESERVE
which just takes the first line ending of every given file as setting (no matter if\n
,\r\n
or\r
) (#2304) - New
suppressLintsFor
DSL (docs) (#2307)ignoreErrorForStep
andignoreErrorForPath
are now deprecated aliases ofsuppressLintsFor
- Spotless is still a formatter not a linter, it just models formatting failures as lints rather than stopping execution (resolves #287)
Fixed
ktlint
steps now read from thestring
instead of thefile
so they don't clobber earlier steps. (fixes #1599)