HoustonPutman opened a new pull request #563: URL: https://github.com/apache/solr/pull/563
https://issues.apache.org/jira/browse/SOLR-15605 The duplicate jars existed because the `lib` generating logic was duplicated in `solr/modules/prometheus-exporter/build.gradle` and `gradle/solr/packaging.gradle`. The `gradle/solr/packaging.gradle` logic was correct, however the `solr/modules/prometheus-exporter/build.gradle` logic did not remove jars from solrj/solr-core, so there were duplicates left. There's no reason to duplicate this logic in the first place, so removing the section fixes the build. -- 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]
