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

zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new e049a2733 [#1453] improvement: Force to use the UNIX line ending when 
using spotless-maven-plugin (#1454)
e049a2733 is described below

commit e049a27334e9d5810fd1af5be1914e2f635d5105
Author: RickyMa <[email protected]>
AuthorDate: Tue Jan 16 17:20:16 2024 +0800

    [#1453] improvement: Force to use the UNIX line ending when using 
spotless-maven-plugin (#1454)
    
    ### What changes were proposed in this pull request?
    
    Force to use the UNIX line ending when using spotless-maven-plugin.
    
    ### Why are the changes needed?
    
    For [#1453](https://github.com/apache/incubator-uniffle/issues/1453)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    By running `./mvnw spotless:apply -Pspark3 -Pspark2 -Ptez -Pmr -Phadoop2.8` 
on Windows.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index d34f81b15..fe5d1f442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -940,6 +940,7 @@
                 
<file>${execution.root}/.baseline/copyright/apache-license-header.txt</file>
               </licenseHeader>
             </java>
+            <lineEndings>UNIX</lineEndings>
           </configuration>
           <executions>
             <execution>

Reply via email to