Skip to content

Maven Plugin v2.44.0.BETA4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 15:37
· 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)

Fixed

  • ktlint steps now read from the string instead of the file so they don't clobber earlier steps. (fixes #1599)