matrei commented on PR #16068: URL: https://github.com/apache/grails-core/pull/16068#issuecomment-5158544074
@jdaugherty @codeconsole We can remove it, but we should also add it to `grails-web-gsp` as `compileOnlyApi`. Otherwise we are depending on `grails-web-taglib` to always be included, which it does not have to be. We should also add a comment in the `GroovyPagePlugin` where we are registering the `gspCompile` configuration, that it is an extension point for applications to add compile dependencies for GSP compilation. I can't think of a use case for that right now, and if there is no use case, we could remove the `gspCompile` configuration all together. -- 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]
