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


##########
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:
   Because we're ultimately adopting the platform() in Grails 8 and that 
requires the gradle module.  It sounds like you're using both platform() and 
spring dependency management plugin.  This is the cause of your issue.



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