Hi all, I like to run a `./gradlew clean build` when I'm pulling, reviewing, or about to push a new build. It seems that this causes the cached geode zip files to have to be redownloaded, which means that the build takes 10 minutes instead of 2. If I'm touching a couple of branches a day, this can result in significant wasted time. Is there a way to run a clean build without resetting these tests?
Thanks, Galen