jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3341554241
##########
grails-gradle/tasks/build.gradle:
##########
@@ -40,7 +40,9 @@ ext {
dependencies {
implementation platform(project(':grails-gradle-bom'))
- implementation
"org.apache.groovy:groovy:${bomDependencyVersions['groovy.version']}"
+ // grails-gradle-tasks targets Gradle's embedded Groovy 4
(gradleBomDependencyVersions['gradle-groovy.version']).
Review Comment:
Simplify the comment to not include a version? It's just that we're making
sure to use gradle's version.
--
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]