chatman commented on PR #3825: URL: https://github.com/apache/solr/pull/3825#issuecomment-3475896514
I'm at a loss with how this works. If I add the backward codecs (https://github.com/apache/solr/pull/3825/commits/106cec5a9fc920628d996f3d4f63a46e92a0725d), GH Runner's run complains: ``` Execution failed for task ':solr:modules:cuvs:analyzeClassesDependencies'. > Dependency analysis found issues. unusedDeclaredArtifacts - org.apache.lucene:lucene-backward-codecs:10.3.1@jar ``` If I don't add it, precommit fails with: ``` * What went wrong: Could not determine the dependencies of task ':solr:modules:cuvs:ecjLintMain'. > Could not resolve all dependencies for configuration ':solr:modules:cuvs:compileClasspath'. > Did not resolve 'org.apache.lucene:lucene-backward-codecs:10.3.1' which is part of the dependency lock state ``` -- 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]
