# grails-gradle-plugin **Repository Path**: mirrors_apache/grails-gradle-plugin ## Basic Information - **Project Name**: grails-gradle-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 4.0.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-19 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Grails Gradle Plugins ======== Below are the plugins that are provided by the grails-gradle-plugin dependency. ``` buildscript { dependencies { classpath "org.grails:grails-gradle-plugin:$grailsVersion" } } ``` grails-core --------- _Todo_: Add the docs grails-doc --------- _Todo_: Add the docs grails-gsp --------- * Configure GSP Compiling Task grails-plugin-publish --------- _Todo_: Add the docs grails-plugin --------- * Configure Ast Sources * Configure Project Name And Version AST Metadata * Configure Plugin Resources * Configure Plugin Jar Task * Configure Sources Jar Task grails-profile --------- _Todo_: Add the docs grails-web --------- * Adds web specific extensions Typical Project Type Gradle Plugin Includes ======== Below are typical Gradle plugin applies that certain types of projects should expect. These should be automatically added of you when using `grails create-app` and `grails create-plugin` commands. However, if you wish to enhance or change the scope of your plugin or project you may have to change (add or remove) a grails gradle plugin. Create App ----