jdaugherty commented on code in PR #14133: URL: https://github.com/apache/grails-core/pull/14133#discussion_r2044753681
########## grails-gradle/gradle.properties: ########## @@ -0,0 +1,8 @@ +# This groovy version should be the version built with grails applications and NOT the one used by this project +# since this project must use gradle's groovy version. This property will be used to set up the test projects +# like grails would be to ensure proper test coverage +e2eGroovyVersion=4.0.24 Review Comment: No, we intentionally do not resolve the e2e groovy version. These projects do not use the grails bom, etc and they simply include the verison of groovy. Originally we inlined the groovy version, but feedback was given to extract it into a property. -- 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]
