jdaugherty commented on issue #299:
URL: 
https://github.com/apache/grails-gradle-plugin/issues/299#issuecomment-2799760696

   Using the grails-bom is the correct way to import the versions going 
forward.  The grails project has taken a stance to stop exporting unnecessary 
dependencies to downstream projects as it's caused numerous issues in the 
development in Grails 7 & upgrading Gradle.  Adding: 
   
         implementation 
platform("org.grails:grails-bom:${project.property('grailsVersion')}
   
   Will import the versions you need and avoid us having to expose them as API 
dependencies.  I'm going to close this ticket as this is addressed in Grails 7.


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