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
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