You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gradle plugin 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`.
3
+
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](https://github.com/grails/grails-core/tree/master/grails-gradle-plugin).
4
4
5
5
```gradle
6
6
apply plugin: "org.grails.grails-gsp"
7
7
```
8
8
9
-
It is typical of standard grails 3 application to use this in conjunction with `grails-web` as in the following example:
9
+
It is typical of standard Grails 3 application to use this in conjunction with `grails-web` as in the following example:
To see what additional plugins will be included with this plugin you can view this project's [build.gradle](https://github.com/grails/grails-core/blob/master/grails-gsp/build.gradle)
18
+
To see what additional subprojects will be included with this, you can view this project's [build.gradle](https://github.com/grails/grails-core/blob/master/grails-gsp/build.gradle)
0 commit comments