api / org.gradle.api.plugins / GroovyPlugin

GroovyPlugin

open class GroovyPlugin : Plugin<Project>

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

Constructors

<init>

GroovyPlugin()

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

Properties

GROOVYDOC_TASK_NAME

static val GROOVYDOC_TASK_NAME: String

Functions

apply

open fun apply(project: Project): Unit