| commit | fe23cc4424a3418d4ab145f96c96a6afc9431b94 | [log] [tgz] |
|---|---|---|
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Fri Apr 05 22:46:27 2024 +0530 |
| committer | GitHub <noreply@github.com> | Fri Apr 05 22:46:27 2024 +0530 |
| tree | cabd7a6d94a8134ac57fcced8a3d7ea5896b3ee0 | |
| parent | 0121ffb8a69ebd5cb2f5c75e9f1b6a7ea4b37365 [diff] |
chore(deps): update plugin com.gradle.common-custom-user-data-gradle-plugin to v2 (#294) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Latest API Docs: https://grails.github.io/grails-gradle-plugin/latest/api/
Below are the plugins that are provided by the grails-gradle-plugin dependency.
buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
}
}
Todo: Add the docs
Todo: Add the docs
Todo: Add the docs
Todo: Add the docs
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.
apply plugin: "org.grails.grails-web" apply plugin: "org.grails.grails-gsp"
apply plugin: "org.grails.grails-web"
A project created with a typical grails create-app --profile=web-micro
There is no plugins used here as this project type creates a stand alone runnable groovy application and no build.gradle file.
apply plugin: "org.grails.grails-plugin" apply plugin: "org.grails.grails-gsp"
apply plugin: "org.grails.grails-web"
apply plugin: "org.grails.grails-plugin"
A project created with a typical grails create-plugin --profile=web-micro
There is no plugins used here as this project type creates a stand alone runnable groovy application and no `build.gradle`` file.