Heroku Integration
Dependency :
compile ":heroku:1.0.1"
Summary
Heroku Integration
Installation
grails install-plugin heroku
Description
The Heroku plugin for Grails integrates Heroku's cloud platform.Please report any issues in JIRA
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.1'
compile ':cloud-support:1.0.8'
}