breskeby opened a new pull request, #14783:
URL: https://github.com/apache/lucene/pull/14783

   ### Description
   
   This fixes two more types of deprecations seen in the build:
   
   1. Fix file permission setup using non deprecated Gradle API
   
   2. Fix deprecated usage of other projects configurations
   Resolution of the configuration :icu_current was done from a context 
different than the root project.
   This is problematic and deprecated behavior scheduled to be removed in 
Gradle 9.0.
   
   See 
https://docs.gradle.org/8.14/userguide/how_to_share_outputs_between_projects.html\#variant-aware-sharing
 for details how dependencies should be shared accross projects.
   
   


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to