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


##########
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:
   @jdaugherty, not I am not using platform at all. It is completely broken as 
is.



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