(Quick Reference)

2 Installation - Reference Documentation

Authors: Aaron J. Zirbes

Version: 0.1

2 Installation

To install this plugin in your application, add the following to your BuildConfig.groovy file under the plugins setction

grails.project.dependency.resolution = {
…
	plugins {
	…
		provided ":deploy:0.1"
	…
	}
…
}