Skip to content

Build failures on Windows Machine due to line feed character #9727

@marcusdacoregio

Description

@marcusdacoregio

Describe the bug
When running the command ./gradlew clean build on the project, you should face some errors with the checkFormat 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 codebase

To 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions