jamesfredley commented on code in PR #15541:
URL: https://github.com/apache/grails-core/pull/15541#discussion_r3042495200


##########
grails-bom/build.gradle:
##########
@@ -224,6 +224,15 @@ ext {
             for (Map.Entry<String, String> property : 
pomProperties.entrySet()) {
                 propertiesNode.appendNode(property.key, property.value)
             }
+            
+            // Override Spring Boot's groovy.version property with Grails' 
version
+            // Spring Boot 4.0.5 defaults to Groovy 5.0.4, but Grails 8.0.x 
uses Groovy 4.0.31
+            def groovyVersionNode = propertiesNode.'groovy.version'

Review Comment:
   Removing this from grails-core



-- 
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]

Reply via email to