codeconsole commented on code in PR #15259:
URL: https://github.com/apache/grails-core/pull/15259#discussion_r2558590372
##########
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 modules break the dependency management plugin. It doesn't work
AND all this is doing is turning off a useless module for the bom ONLY. Why
do you want a gradle module for a bom??
--
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]