-
-
Notifications
You must be signed in to change notification settings - Fork 967
Updating the readme #9499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating the readme #9499
Conversation
Giving some initial context to these plugins. Trying help untangle when to use certain gradle plugins and for what reason.
|
👍 |
|
Only thing is the |
|
@graemerocher Yup, sorry. I'll update. |
|
Fixed here -- 535d4b5 |
|
Ugh... see even I was confused about that. 🆘 |
|
@graemerocher can you quickly explain the relationship between the grails-gradle-plugin and these projects such as grails-gsp and why the syntax says |
|
These appear more complicated than build scripts... |
|
+1 about confused. Coming after "apply plugin war", one may be excused for thinking it is a gradle plugin. |
|
So |
|
Whilst Everything related to the Gradle plugin and the Gradle build is in https://github.com/grails/grails-core/tree/master/grails-gradle-plugin |
|
This all came about because we noticed that not applying the grails-gsp plugin would cause the project to not process the GSP and other web stuff (which we accidentally removed or used the wrong profile base). I think I may have incorrectly associated the project with the same name as being the actual gradle plugin. Are the git projects named grails-web and grails-gsp included independently of their similarly named gradle plugins (which get wired up by the grails-gradle-plugin) or is there a directly relationship between these artifacts and the grails-gradle-plugin? Having looked at some of the actual gradle plugins and the tasks they are exposing, classes they are using etc, it would appear that they simply share a name only and may only be indirectly related. Sorry for making some cruft around this. I think what I ultimately want to create/need is a documentation that states what the grails gradle plugin applies actually do. This is specifically needed for when you start with a project or plugin using a profile that you decide to change the scope of and now need to add additional grails feature support |
|
No problems. There is no direct relationship between the Gradle plugins and the |
|
Got it thanks. |
Giving some initial context to these plugins. Trying help untangle when to use certain gradle plugins and for what reason.