dweiss commented on a change in pull request #491: URL: https://github.com/apache/solr/pull/491#discussion_r778634146
########## File path: solr/packaging/build.gradle ########## @@ -164,48 +155,7 @@ task dev(type: Copy) { into devDir } -assemble.dependsOn installDist +tasks.distZip.enabled = false +tasks.distTar.enabled = false Review comment: I'm not really familiar (or comfortable) with the distribution plugin so I can't help you here. My experience with gradle plugins is that the fewer you use, the smaller chances there are of getting headaches in the future. -- 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