Skip to content

Commit 15e5a4c

Browse files
committed
Accept all line endings in spotless
1 parent b90c158 commit 15e5a4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ limitations under the License.
341341
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
342342
<project.build.outputTimestamp>2024-09-25T19:34:33Z</project.build.outputTimestamp>
343343
<gpg.useagent>true</gpg.useagent>
344-
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
344+
<spotless-maven-plugin.version>2.44.0.BETA4</spotless-maven-plugin.version>
345345
<mavenPluginToolsVersion>3.15.1</mavenPluginToolsVersion>
346346
<mavenFluidoSkinVersion>2.0.1</mavenFluidoSkinVersion>
347347
<mavenSurefireVersion>3.5.2</mavenSurefireVersion>
@@ -595,6 +595,8 @@ limitations under the License.
595595
<order>javax,java,,\#</order>
596596
</importOrder>
597597
</java>
598+
<!-- accept all endings to support validations on top of source archives -->
599+
<lineEndings>PRESERVE</lineEndings>
598600
<pom>
599601
<sortPom>
600602
<expandEmptyElements>false</expandEmptyElements>

0 commit comments

Comments
 (0)