jdaugherty commented on code in PR #15259:
URL: https://github.com/apache/grails-core/pull/15259#discussion_r2558584545


##########
grails-bom/build.gradle:
##########
@@ -39,6 +40,12 @@ javaPlatform {
     allowDependencies()
 }
 
+// Disable Gradle Module Metadata (.module files) for the BOM
+// This allows properties to be overridden with the Spring dependency 
management plugin
+tasks.withType(GenerateModuleMetadata).configureEach {

Review Comment:
   This cannot be done.  We switched to the modules intentionally to fix gradle 
resolution without the dependency management plugin.  The intent is to remove 
the dependency management plugin in grails 8



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