Class GroovyBasePlugin

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

public class GroovyBasePlugin extends Object implements Plugin<Project>
Extends JavaBasePlugin to provide support for compiling and documenting Groovy source files.
  • Field Details

  • Constructor Details

    • GroovyBasePlugin

      @Inject public GroovyBasePlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory, org.gradle.api.internal.classpath.ModuleRegistry moduleRegistry)
  • 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