Class GroovyPlugin

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

public class GroovyPlugin extends Object implements Plugin<Project>

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

  • Field Details

  • 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