This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 1185f7dbd0 specify eol to prevent checkstyle surprises on windows
(#2701)
1185f7dbd0 is described below
commit 1185f7dbd08d5bf4e06aa4be06e59da00a5061d0
Author: Tim Allison <[email protected]>
AuthorDate: Fri Mar 20 21:23:06 2026 -0400
specify eol to prevent checkstyle surprises on windows (#2701)
---
tika-parent/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e723ed6b9b..b77becdca1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1573,6 +1573,7 @@
<artifactId>spotless-maven-plugin</artifactId>
<version>3.3.0</version>
<configuration>
+ <lineEndings>UNIX</lineEndings>
<java>
<includes>
<include>src/main/java/**/*.java</include>