-
Notifications
You must be signed in to change notification settings - Fork 99
Groovy templates plugin
Christopher J. Stehno edited this page Jan 25, 2014
·
1 revision
Provides templates for creating Groovy-based projects. The tasks and additional properties they provide are listed below:
- createGroovyProject - Creates a Groovy-based project in the specified directory.
- initGroovyProject - Creates a Groovy-based project in the current working directory.
- createGroovyClass - Creates a Groovy class in the current working directory.
- Provides property
newClassName
- the name of the Groovy class to be created. Should follow the standard Java naming rules for classes. - exportGroovyTemplates - Exports the default templates used by the Groovy templates plugin.