This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch spotless-eol
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 17063cab6c4fd8f45e2c4ef17cd584fdbe6319aa
Author: tallison <[email protected]>
AuthorDate: Thu Mar 19 08:29:21 2026 -0400

    specify eol to prevent checkstyle surprises on windows
---
 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>

Reply via email to