codeconsole commented on PR #15259: URL: https://github.com/apache/grails-core/pull/15259#issuecomment-3583264066
> Number 2 is false. The spring dependency management plugin works just fine with the module metadata published. You can see this in the example project here: https://github.com/jdaugherty/grails-bom-demo-spring-dependency-management (this project downgrades spring boot with a property setting only). Again, you must not use the platform if you want the property behavior. We intentionally shipped the platform() because there isn't an alternative in gradle build script & to be consistent we defined it in both locations. We intend to remove the spring dependency management plugin in Grails 8. @jdaugherty you are right, I was able to get RC2 working. I think the big error there was `spring.boot.version` was renamed to `spring.boot.dependencies.version`, but it also works **_with_** platform. -- 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]
