jdaugherty commented on code in PR #14875:
URL: https://github.com/apache/grails-core/pull/14875#discussion_r2188307154
##########
grails-gsp/plugin/build.gradle:
##########
@@ -84,7 +84,8 @@ dependencies {
exclude group: 'org.apache.grails', module: 'grails-encoder'
exclude group: 'org.springframework', module: 'spring-core'
}
- implementation project(':grails-web-gsp-taglib'), { // RenderTagLib
+
+ api project(':grails-web-gsp-taglib'), { // RenderTagLib
Review Comment:
Without this being API, this fails to compile. This is one example of it.
--
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]