grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 8 forks source link

Fix EOL characters #224

Closed guillermocalvo closed 10 months ago

guillermocalvo commented 10 months ago

Fixes https://github.com/grails/grails-core/issues/13112

The root cause is that OS-specific "templates" are being "rendered" as text, which messes up EOL characters. We need to treat them as binary files to preserve line endings.

puneetbehl commented 10 months ago

Please look into the failing build