GroovyBasePlugin

Extends org.gradle.api.plugins.JavaBasePlugin to provide support for compiling and documenting Groovy source files.

Since

0.9

See also

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory, moduleRegistry: ModuleRegistry, jvmPluginServices: JvmLanguageUtilities)

Properties

Link copied to clipboard
val GROOVY_RUNTIME_EXTENSION_NAME: String = "groovyRuntime"
The groovy runtime extension name.

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.