jdaugherty commented on issue #15302:
URL: https://github.com/apache/grails-core/issues/15302#issuecomment-3694950555

   So the only change in the publish plugin in 0.0.3 was the switch to the 
provider. Previously, it would have skipped the property generation, and this 
commit fixed the property generation because of the deferred lookup.  I don't 
think the change is the problem here, it's likely a bug in the lookup of the 
property vs the map key from dependencies.gradle.  It's probably been there 
from the start, we just missed it.
   
   PropertyNameCalculator is where this logic is located.  I'll try to find the 
exact issue this week and fix it.  Unless someone wants to look first.  All of 
the code in `org.apache.grails.gradle.tasks.bom.*` need rewritten b/c in Gradle 
9 we can't rely on resolution across projects (see 
https://github.com/ben-manes/gradle-versions-plugin/issues/966#issuecomment-3340510299).
  Instead it will need to pull in the maven libraries themself and do the pom 
lookups manually. 


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