How to clear gradle cache? - ExceptionsHub
exceptionshub.com › how-to-clear-gradle-cacheNov 27, 2017 · Do I also have to clear the intellij cache too? Answers: You can safely delete the whole .gradle folder located under project directory. It’ll be recreated every time the tasks are run. The same is for .gradle under home directory. It’ll also be recreated as well, but the whole dependencies must be downloaded again – it’s quite time-consuming.
Build Cache - Gradle
https://docs.gradle.org/current/userguide/build_cache.htmlThe Gradle build cache is a cache mechanism that aims to save time by reusing outputs produced by other builds. The build cache works by storing (locally or remotely) build outputs and allowing builds to fetch these outputs from the cache when it is determined that inputs have not changed, avoiding the expensive work of regenerating them.