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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new c91d2b0498 specify eol to prevent checkstyle surprises on windows
c91d2b0498 is described below

commit c91d2b0498bd5bae3fe1a3743c17c0ed950d5ddf
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 9ee7825036..96fe468f76 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1407,6 +1407,7 @@
         <artifactId>spotless-maven-plugin</artifactId>
         <version>${spotless.version}</version>
         <configuration>
+          <lineEndings>UNIX</lineEndings>
           <java>
             <includes>
               <include>src/main/java/**/*.java</include>

Reply via email to