Last updated by admin 2 months ago
grails install-plugin heroku
Last updated by burtbeckwith 2 weeks ago
The Heroku plugin for Grails integrates
Heroku's cloud platform.
Documentation
Please see
the user guide for official documentation.
Installation
You'll need to create an account at Heroku first -
sign up for one if you haven't already.
Then add a dependency in your application's BuildConfig.groovy:
plugins {
compile ':heroku:1.0'
compile ':cloud-support:1.0.8'
}Please report any issues in
JIRA
Last updated by admin 2 months ago
Last updated by admin 2 months ago