Class GroovyPlugin

java.lang.Object
org.gradle.api.plugins.GroovyPlugin
All Implemented Interfaces:
Plugin<Project>

public abstract class GroovyPlugin extends Object implements Plugin<Project>

A Plugin which extends the JavaPlugin to provide support for compiling and documenting Groovy source files.

Since:
0.7
See Also:
  • Field Details

    • GROOVYDOC_TASK_NAME

      public static final String GROOVYDOC_TASK_NAME
      The groovydoc task name.
      Since:
      0.7
      See Also:
  • Constructor Details

    • GroovyPlugin

      public GroovyPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object