malliaridis commented on PR #3358: URL: https://github.com/apache/solr/pull/3358#issuecomment-2898510636
> So these tasks like wasmJsProductionExecutableCompileSync are not defined by our project but are defined by external plugins we use, which have the notion of "production" artifacts and maybe "development" artifacts as well? Yes, that's what I could figure out from the gradle tasks outputed with `--dry-run`. > And that which are mutually exclusive? I believe so, yes. During `assemble`, both development and `production` tasks are executed and artifacts are generated in that order, so that `production` override the `development` artifacts. However, when we assemble with our custom gradle flag `production=false`, we include and depend on artifacts from the `development`. In my understanding, this is causing the error. -- 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