jdaugherty commented on code in PR #1144:
URL:
https://github.com/apache/grails-spring-security/pull/1144#discussion_r2223559359
##########
plugin-ui/plugin/build.gradle:
##########
@@ -45,7 +45,7 @@ dependencies {
implementation 'org.apache.grails:grails-controllers'
implementation 'org.apache.grails:grails-converters'
implementation 'org.apache.grails:grails-gsp'
- implementation "org.apache.grails.views:grails-layout:$grailsVersion"
+ implementation 'org.apache.grails.views:grails-layout'
Review Comment:
You are correct, for the next release we should have to add it, but I would
assume we would add it by include `grails-dependencies-all` instead. If you
want to wait to do this change, I'm ok waiting until the next release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]