jamesfredley opened a new issue, #14756:
URL: https://github.com/apache/grails-core/issues/14756
### Issue description
The following conflict is now occurring on grails-shell and grails-forge
generated 7.0.0-SNAPSHOT applications
```
A problem occurred configuring root project 'Test22'.
> Could not resolve all artifacts for configuration 'classpath'.
> Could not resolve org.apache.groovy:groovy:4.0.26.
Required by:
root project : >
org.apache.grails:grails-bom:7.0.0-SNAPSHOT:20250517.183431-81 >
org.apache.groovy:groovy-bom:4.0.26
root project : >
org.apache.grails:grails-bom:7.0.0-SNAPSHOT:20250517.183431-81 >
org.apache.grails:grails-spring:7.0.0-SNAPSHOT:20250517.183431-81 >
org.apache.groovy:groovy-xml:4.0.26
> Module 'org.apache.groovy:groovy' has been rejected:
Cannot select module with conflict on capability
'org.codehaus.groovy:groovy:4.0.26' also provided by
[org.codehaus.groovy:groovy:3.0.24(runtime)]
> Could not resolve org.codehaus.groovy:groovy.
Required by:
root project : >
org.apache.grails:grails-gradle-plugins:7.0.0-SNAPSHOT:20250517.180618-108
> Module 'org.codehaus.groovy:groovy' has been rejected:
Cannot select module with conflict on capability
'org.codehaus.groovy:groovy:3.0.24' also provided by
[org.apache.groovy:groovy:4.0.26(groovyRuntimeElements)]
> There are 2 more failures with identical causes.
```
--
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]