Skip to content

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:

Provided Tasks

  • 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.
Clone this wiki locally