devcenter-grails
devcenter-grails copied to clipboard
server/jetty-runner.jar missing
While testing the grails buildpack I noticed that jetty-runner.jar has been renamed to webapp-runner.jar, which breaks: https://github.com/heroku/devcenter-grails/blob/master/Procfile#L1
To reproduce, create a fresh app, push this code to it and see the app fail on startup.
@grzegorz-dubicki perfect, can you send that as a PR?