| tag | 672b1a782bf712e908012b2d731b1db90779ff77 | |
|---|---|---|
| tagger | puneetbehl <behlp@unityfoundation.io> | Fri Jan 03 16:00:58 2025 +0000 |
| object | 47b7e7c0aee6f822e8cc085d770266a69d4da000 |
Release v6.2.4
| commit | 47b7e7c0aee6f822e8cc085d770266a69d4da000 | [log] [tgz] |
|---|---|---|
| author | puneetbehl <behlp@unityfoundation.io> | Fri Jan 03 16:00:57 2025 +0000 |
| committer | puneetbehl <behlp@unityfoundation.io> | Fri Jan 03 16:00:57 2025 +0000 |
| tree | a6663b2c8960a132892b6d940dd244624f57e255 | |
| parent | aff8806848df9bac3e2683d9e31e0a365158bd19 [diff] |
[skip ci] Release v6.2.4
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.