Hey,
I'm trying to implement something straightforward: add upToDateWhen closures to
various tasks to deliberately not have them run when it is not desirable.
However, my attempts are frustrated by the .gradle folder. When I delete the
.gradle folder my tasks are never up-to-date, that is: tasks are always
executed
at least once regardless of the return value of the upToDateWhen closure.
Is there a way to have pure upToDateWhen behavior that works predictably
regardless of the contents of the .gradle folder?
Thanks
Steven