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

   ### Description
   
    Gradle 9.1+ doesn't allow exclusiveContent in pluginManagement 
repositories. I recently cloned the repo on my work laptop, and was unable to 
run any gradle tasks.
   
   
   ```
   
   java -version
   openjdk version "25" 2025-09-16 LTS
   ...
   
   ./gradlew
   Starting a Gradle Daemon (subsequent builds will be faster)
   
   [Incubating] Problems report is available at: 
file:///Users/varunthacker/code/lucene/build/reports/problems/problems-report.html
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   A problem occurred configuring root project 'lucene-root'.
   > When using exclusive repository content in 
'settings.pluginManagement.repositories', you cannot add repositories to 
'buildscript.repositories'.
     For more information, please refer to 
https://docs.gradle.org/9.1.0/userguide/declaring_repositories.html#declaring_content_exclusively_found_in_one_repository
 in the Gradle documentation.
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to