-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Build failures on Windows Machine due to line feed character #9727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
marcusdacoregio
added a commit
to marcusdacoregio/spring-security
that referenced
this issue
May 7, 2021
jzheaux
pushed a commit
that referenced
this issue
May 12, 2021
jzheaux
added a commit
that referenced
this issue
May 12, 2021
marcusdacoregio
pushed a commit
to marcusdacoregio/spring-security
that referenced
this issue
May 13, 2021
marcusdacoregio
added a commit
to marcusdacoregio/spring-security
that referenced
this issue
May 14, 2021
- Add slack integration for error reporting - Rename from check_windows to build_windows - Change the build command to match the one in build_jdk_11 - Add build_windows to the needs of deployment and failure check jobs Issue spring-projectsgh-9727
marcusdacoregio
added a commit
that referenced
this issue
May 14, 2021
- Add slack integration for error reporting - Rename from check_windows to build_windows - Change the build command to match the one in build_jdk_11 - Add build_windows to the needs of deployment and failure check jobs Issue gh-9727
jzheaux
pushed a commit
that referenced
this issue
May 14, 2021
- Add slack integration for error reporting - Rename from check_windows to build_windows - Change the build command to match the one in build_jdk_11 - Add build_windows to the needs of deployment and failure check jobs Issue gh-9727
akohli96
pushed a commit
to akohli96/spring-security
that referenced
this issue
Aug 25, 2021
akohli96
pushed a commit
to akohli96/spring-security
that referenced
this issue
Aug 25, 2021
Normalize line endings to auto Ensure that some file extensions are treated as binary Closes spring-projectsgh-9727
akohli96
pushed a commit
to akohli96/spring-security
that referenced
this issue
Aug 25, 2021
akohli96
pushed a commit
to akohli96/spring-security
that referenced
this issue
Aug 25, 2021
- Add slack integration for error reporting - Rename from check_windows to build_windows - Change the build command to match the one in build_jdk_11 - Add build_windows to the needs of deployment and failure check jobs Issue spring-projectsgh-9727
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running the command
./gradlew clean build
on the project, you should face some errors with thecheckFormat
tasks, asking for you to run./gradlew format
.Once you run the
format
command, it replaces all the line endings with the Windows default line feed character. Making a change in the entire codebaseTo Reproduce
Set the
core.autocrlf
property from git to false (git config --global core.autocrlf false
) and clone the repository. Run./gradlew clean build
.Expected behavior
The project should be build with SUCCESS
The text was updated successfully, but these errors were encountered: