You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
What would you like to be improved?
When we use the spotless-maven-plugin to format code on the Windows platform, it can cause changes in the file's line endings. We need to force a specific(UNIX: LF) line ending in the pom.xml. This ensures that the final output of line endings is consistent, regardless of the platform used to format the code.
How should we improve?
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Jan 15, 2024
…tless-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](#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.
Code of Conduct
Search before asking
What would you like to be improved?
When we use the spotless-maven-plugin to format code on the Windows platform, it can cause changes in the file's line endings. We need to force a specific(UNIX: LF) line ending in the pom.xml. This ensures that the final output of line endings is consistent, regardless of the platform used to format the code.
How should we improve?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: