This message was deleted.
# caching
s
This message was deleted.
d
https://android.googlesource.com/platform/tools/base/+/studio-master-dev/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/tasks/ExportConsumerProguardFilesTask.kt# i think some of them still using cacheable task there. by the way, i have more qustion about it. So this is my local build, it will pull cache from local and remote cache. If task type is cacheable, and if local cache missed, it will check the remote cache for all of them right ? which is take 1m 5 sec in this case. So now after i disabled those task only on CI build (the one that only can push to remote cache) will my local build also check those task on remote cache if the local cache missed ?