This ensures gradlew and gradlew.bat will always have the right line endings (if this is not done, Git for Windows' autocrlf causes differences between commits created on Linux and on Windows)
Also ran ./gradlew wrapper to update the JAR and the start scripts to the latest version.
This ensures
gradlew
andgradlew.bat
will always have the right line endings (if this is not done, Git for Windows' autocrlf causes differences between commits created on Linux and on Windows)Also ran./gradlew wrapper
to update the JAR and the start scripts to the latest version.