jdaugherty commented on code in PR #14875: URL: https://github.com/apache/grails-core/pull/14875#discussion_r2188286356
########## grails-gsp/grails-web-gsp/build.gradle: ########## @@ -39,6 +39,7 @@ dependencies { api project(':grails-gsp-core') api project(':grails-web-common') api project(':grails-web-taglib') + compileOnly project(":grails-web-layout") Review Comment: I believe this was originally meant to prevent a circular dependency but with the other decoupling I did it seems to not be needed now. Will switch to implementation. -- 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: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org