dsmiley opened a new pull request, #4587: URL: https://github.com/apache/solr/pull/4587
The packaging module pulled in the node-gradle plugin solely to run `npm install <github-url>#<tag>` for bats-core/bats-assert/bats-file (npm was just being used as a git-URL fetcher here, nothing JS-related). Replace downloadBats with a plain Gradle task that fetches GitHub tag archives over HTTP and extracts them with tarTree, removing node/npm from :solr:packaging entirely and simplifying the proxy story to standard Gradle systemProp.http(s).proxyHost/Port config. Also pin bats-support (previously an undeclared transitive dependency pulled in via bats-assert's package.json) explicitly in the version catalog. Remove undercounch.download plugin (unused). -- 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]
