codeconsole commented on PR #15259:
URL: https://github.com/apache/grails-core/pull/15259#issuecomment-3644570274

   @jdaugherty I am still not understanding your explanation for these 130 
properties that all have the same version `7.1.0-SNAPSHOT` Can you please 
provide an example when you would use any of them and the value of doing that 
over just specifying the dependency in `build.gradle`? 
   
   Properties in boms are typically for dependency groups, not individual child 
dependencies of a project.
   
   
   > 
   > With my previous bom code, versions were set on groups, which did have 
value.
   > 
   > As I asked previously:
   > 
   > what is the advantage of
   > 
   > ```ini
   > grails.async.gpars.version=7.1.0-SNAPSHOT
   > ```
   > 
   > over
   > 
   > ```groovy-gradle
   > implementation 'org.apache.grails.asyncs:grails-async-gpars:7.1.0-SNAPSHOT'
   > ```
   > 
   > why would you ever do the former??
   
   


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