risdenk opened a new pull request, #12618: URL: https://github.com/apache/lucene/pull/12618
### Description jar-checks.gradle can go into an infinite loop if there are dependencies that could be circular. In Solr, grpc-utils has a compile dependency on grpc-core and grpc-core has a runtime dependency on grpc-utils. In jar-checks this is circular since there is no distinction between runtime and compile dependencies. This change adds a check to make sure we don't visit the same dependency twice. [Related to https://github.com/apache/solr/pull/1769](https://github.com/apache/solr/pull/1769#discussion_r1344543174) -- 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