On Wed, Oct 20, 2021 at 8:52 AM Dawid Weiss <[email protected]> wrote: > > Can you tell us a bit more about which directions these mentioned > optimizations apply to? If it's about build caches then it's already > been discussed as a contribution to Solr:
Sure, something like that is definitely worthy of discussion first. I don't understand why build caches are ever needed. If the outputs are up-to-date with the inputs, then it should say UP-TO-DATE. If I ask for "clean", then I really mean it, and expect the next run to be slower. These are simple rules for any build system (Makefile, etc). Gradle is no exception. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
