tree: ac5c931a224cd40fcb39e0947087d530c4cc8b25 [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
grails-gsp/README.md

Grails GSP

This subproject is required for all Grails 3 applications and plugins that require GSP processing. If your project includes GSPs you should add the following to your build.gradle which is provided by the Grails Gradle Plugin.

apply plugin: "org.grails.grails-gsp"

It is typical of standard Grails 3 application to use this in conjunction with grails-web as in the following example:

apply plugin: "org.grails.grails-web"
apply plugin: "org.grails.grails-gsp"

Dependencies

To see what additional subprojects will be included with this, you can view this project's build.gradle