@CompileStatic class GrailsPluginGradlePlugin extends GrailsGradlePlugin
A Gradle plugin for Grails plugins
| Modifiers | Name | Description |
|---|---|---|
static class |
GrailsPluginGradlePlugin.ExplodedDir |
| Fields inherited from class | Fields |
|---|---|
class GrailsGradlePlugin |
PROFILE_CONFIGURATION |
| Properties inherited from class | Properties |
|---|---|
class GrailsGradlePlugin |
basePluginClasses, excludedGrailsAppSourceDirs, grailsAppDir, grailsAppResourceDirs, grailsVersion |
| Constructor and description |
|---|
GrailsPluginGradlePlugin(ToolingModelBuilderRegistry registry) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.apache.tools.ant.Project project) |
|
protected void |
applySpringBootPlugin(org.apache.tools.ant.Project project) |
|
protected void |
checkForConfigurationClash(org.apache.tools.ant.Project project) |
|
protected void |
configureAstSources(org.apache.tools.ant.Project project) |
|
protected void |
configureExplodedDirConfiguration(org.apache.tools.ant.Project project)Configures an exploded configuration that can be used to build the classpath of the application from subprojects that are plugins without constructing a JAR file |
|
protected void |
configurePluginJarTask(org.apache.tools.ant.Project project) |
|
protected void |
configurePluginResources(org.apache.tools.ant.Project project) |
|
protected void |
configureSourcesJarTask(org.apache.tools.ant.Project project) |
|
protected org.apache.tools.ant.Task |
createBuildPropertiesTask(org.apache.tools.ant.Project project) |
|
protected String |
getDefaultProfile() |
|
protected GrailsGradlePlugin.GrailsProjectType |
getGrailsProjectType() |
Configures an exploded configuration that can be used to build the classpath of the application from subprojects that are plugins without constructing a JAR file
project - The project instance