jamesfredley commented on code in PR #15829:
URL: https://github.com/apache/grails-core/pull/15829#discussion_r3524911659
##########
grails-data-hibernate7/dbmigration/build.gradle:
##########
@@ -64,9 +63,7 @@ dependencies {
implementation(project(':grails-shell-cli')) {
exclude group: 'org.slf4j', module: 'slf4j-simple'
- // TODO: the shell cli is exporting groovy 3, while this project is
expected to use groovy 4
- // this plugin needs split into commands & the plugin itself so
that different versions
- // of groovy can be used
+ // Keep this plugin on the repository Groovy version instead of the
shell CLI's transitive Groovy line.
Review Comment:
Updated in 7eb91ade85 to describe the actual `org.codehaus.groovy` exclusion
rather than implying it comes from `:grails-shell-cli`.
--
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]