@groovy.transform.CompileStatic class GrailsPluginGradlePlugin extends GrailsGradlePlugin
A Gradle plugin for Grails plugins
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
PLUGIN_ID |
Fields inherited from class | Fields |
---|---|
class GrailsGradlePlugin |
APPLICATION_CONTEXT_COMMAND_CLASS |
Properties inherited from class | Properties |
---|---|
class GrailsGradlePlugin |
basePluginClasses, excludedGrailsAppSourceDirs, grailsAppResourceDirs |
Constructor and description |
---|
GrailsPluginGradlePlugin(ToolingModelBuilderRegistry registry) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
apply(Project project) |
|
protected void |
applySpringBootPlugin(Project project) |
|
protected void |
checkForConfigurationClash(Project project) |
|
protected void |
configureAssembleTask(Project project) |
|
protected void |
configureAstSources(Project project) |
|
protected void |
configureJarTask(Project project) |
|
protected void |
configurePluginResources(Project project) |
|
protected void |
configureSourcesJarTask(Project project) |
|
protected org.apache.tools.ant.Task |
createBuildPropertiesTask(Project project) |
|
protected java.lang.String |
getDefaultProfile() |
|
protected groovy.lang.Closure<java.lang.String> |
getGroovyCompilerScript(GroovyCompile compile, Project project) |