janhoy commented on a change in pull request #491: URL: https://github.com/apache/solr/pull/491#discussion_r778207363
########## File path: solr/docker/build.gradle ########## @@ -67,8 +67,9 @@ dependencies { builtBy 'assemblePackaging' } - solrTgz project(path: ":solr:packaging", configuration: 'solrTgz') - solrTgzSignature project(path: ":solr:packaging", configuration: 'solrTgzSignature') + // NOCOMMIT: Fix the reference to solr:distribution + solrTgz project(path: ":solr:distribution:", configuration: 'solrTgz') Review comment: I pushed a fix, and now I can build the docker image. However, I don't know what the `solrTgzSignature` config does - I assume it should have got the `.asc` signature to validate the file, but I pointed it at the tgz file since I don't know how to and it still works? -- 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