dsmiley commented on code in PR #4048: URL: https://github.com/apache/solr/pull/4048#discussion_r2696681993
########## dev-docs/gradle-help/dependencies.txt: ########## @@ -255,3 +255,28 @@ file as a URL under a <license> tag if there is no reference to a repository in Maven Central, or in the artifact downloaded by maven when the library is added as a dependency (in IntelliJ IDEA the libraries can be found in the project view under External Libraries at the bottom). + +Gradle analyzeDependencies and analyzeTestDependencies +----------------------------------------- + +We use the "cutterslade.analyze" build plugin to help maintain good dependency hygiene. +It tries to identify when a dependency is needlessly declared, and then fail the build to complain. +Unfortunately, it also requires us to add declarations that Gradle would otherwise deem unnecessary, Review Comment: See https://github.com/gradle-dependency-analyze/gradle-dependency-analyze/issues/351 -- 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]
