GroovyPlugin

abstract class GroovyPlugin : Plugin<T> (source)

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

See also

<a href="https://docs.gradle.org/current/userguide/groovy_plugin.html">Groovy plugin reference</a>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val GROOVYDOC_TASK_NAME: String = "groovydoc"

Functions

Link copied to clipboard
open fun apply(project: Project)