jamesfredley commented on code in PR #14759:
URL: https://github.com/apache/grails-core/pull/14759#discussion_r2098813889
##########
grails-gradle/tasks/build.gradle:
##########
@@ -29,10 +29,9 @@ group = 'org.apache.grails'
dependencies {
implementation platform(project(':grails-gradle-bom'))
- implementation "org.codehaus.groovy:groovy"
+ implementation
"org.apache.groovy:groovy:${bomDependencyVersions['groovy.version']}"
implementation project(':grails-gradle-model'), {
- exclude group: 'org.apache.groovy'
exclude group: 'org.spockframework'
Review Comment:
`exclude group: 'org.spockframework'` on `implementation
project(':grails-gradle-model')` does not appear to be needed any longer based
on the generated POM for grails-gradle-model. Pushing a commit that removes it
from two locations.
--
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]