Skip to content

Commit

Permalink
Accept all line endings in spotless (#217)
Browse files Browse the repository at this point in the history
compare with diffplug/spotless#2277
Update to spotless-m-p 2.44.0.BETA4 

This closes #205
  • Loading branch information
kwin authored Dec 7, 2024
1 parent cf8e991 commit c8d88ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,8 @@ under the License.
<file>config/maven-header-plain.txt</file>
</licenseHeader>
</java>
<!-- accept all endings to support validations on top of source archives -->
<lineEndings>PRESERVE</lineEndings>
<pom>
<sortPom>
<expandEmptyElements>false</expandEmptyElements>
Expand Down

0 comments on commit c8d88ef

Please sign in to comment.