This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit fafa775191f67ebde6a7dd04f27d1f1edb0f5019 Author: David Smiley <[email protected]> AuthorDate: Thu Feb 13 14:26:46 2025 -0500 build solr/webapp/build.gradle: remove needless excludes (#3180) These exclusions don't match anything. (cherry picked from commit d7c656592e9bfa91dc640616ec747a7d843fd246) --- solr/webapp/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/solr/webapp/build.gradle b/solr/webapp/build.gradle index f2b830f544f..286d6bd1727 100644 --- a/solr/webapp/build.gradle +++ b/solr/webapp/build.gradle @@ -126,14 +126,6 @@ task finalizeJsBundleDir(type: Sync) { } war { - // Why are they in the source code at all if they're excluded from the distribution? - exclude "libs/angular-cookies.js" - exclude "libs/angular-route.js" - exclude "libs/angular-sanitize.js" - exclude "libs/angular-utf8-base.js" - exclude "libs/angular.js" - exclude "libs/chosen.jquery.js" - from (configurations.generatedJSClientBundle, { into "libs/solr" })
