Skip to content

Commit 535d4b5

Browse files
committed
Fix gsp subproject readme as it is not a Gradle plugin
1 parent f233f67 commit 535d4b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

grails-gsp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## Grails GSP Gradle Plugin
1+
## Grails GSP
22

3-
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).
44

55
``` gradle
66
apply plugin: "org.grails.grails-gsp"
77
```
88

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:
1010

1111
``` gradle
1212
apply plugin: "org.grails.grails-web"
@@ -15,4 +15,4 @@ apply plugin: "org.grails.grails-gsp"
1515

1616
Dependencies
1717
-----
18-
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

Comments
 (0)