grails / grails-mail

The Grails Mail Plugin
https://grails.github.io/grails-mail/
Apache License 2.0
14 stars 25 forks source link

build(ci): Fix problem with multi-line run commands #60

Closed matrei closed 2 months ago

matrei commented 2 months ago

Using | for Github Actions multi-line run command will keep the newlines and does not work with running ./gradlew. Using > replaces newline with spaces.

This commit also replaces the deprecated usage of setup-gradle with arguments in release.yml.