A Gradle plugin for Grails plugins
Modifiers | Name | Description |
---|---|---|
static class |
GrailsPluginGradlePlugin.ExplodedDir |
Fields inherited from class | Fields |
---|---|
class GrailsGradlePlugin |
APPLICATION_CONTEXT_COMMAND_CLASS, CORE_GORM_LIBRARIES, CORE_GORM_PLUGINS, PROFILE_CONFIGURATION |
Constructor and description |
---|
GrailsPluginGradlePlugin
(org.gradle.tooling.provider.model.ToolingModelBuilderRegistry registry) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
apply(org.gradle.api.Project project) |
|
protected void |
applySpringBootPlugin(org.gradle.api.Project project) |
|
protected void |
checkForConfigurationClash(org.gradle.api.Project project) |
|
protected void |
configureAstSources(org.gradle.api.Project project) |
|
protected void |
configureExplodedDirConfiguration(org.gradle.api.Project project) Configures an exploded configuration that can be used to build the classpath of the application from subprojects that are plugins without contructing a JAR file |
|
protected void |
configurePluginJarTask(org.gradle.api.Project project) |
|
protected void |
configurePluginResources(org.gradle.api.Project project) |
|
protected void |
configureProjectNameAndVersionASTMetadata(org.gradle.api.Project project) |
|
protected void |
configureSourcesJarTask(org.gradle.api.Project project) |
|
protected org.gradle.api.Task |
createBuildPropertiesTask(org.gradle.api.Project project) |
|
protected java.lang.String |
getDefaultProfile() |
Configures an exploded configuration that can be used to build the classpath of the application from subprojects that are plugins without contructing a JAR file
project
- The project instance