HoustonPutman commented on a change in pull request #560: URL: https://github.com/apache/solr/pull/560#discussion_r792881998
########## File path: gradle/solr/packaging.gradle ########## @@ -60,7 +60,11 @@ configure(allprojects.findAll {project -> project.path.startsWith(":solr:contrib // An aggregate that configures lib and test-lib in a temporary location. task assemblePackaging(type: Sync) { from "README.md" - + + from "manifest.json" + + from "src/resources/solr-default-tika-config.xml" Review comment: I removed this. The `solr-default-tika-config.xml` is already included in the JAR, given that it's in `src/resources` -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org