-
-
Notifications
You must be signed in to change notification settings - Fork 6
Remove spotless line ending restriction #23
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
base: multiver
Are you sure you want to change the base?
Remove spotless line ending restriction #23
Conversation
|
I'm on windows? And it builds just fine |
|
Are you using some special flags? When running And when running |
|
Run spotlessApply |
|
When running that task, it changes every .java file with UNIX line endings, which then makes git want to push them at any time: It's basically either git wants to push UNIX line endings, or I cannot compile without removing the spotless check |
|
Hmm, i've had it show them in intellij before like that but upon committing/pushing, it sees nothing changed and only pushes what really changed and makes them dissapear |
This PR removes the spotless line endings restriction to UNIX. This makes the mod able to be built on Windows machines, which was unable to be done before this change because every java file of the project is encoded using Windows line endings