# Solving Gradle Remote Build Cache Misses by Aligning CI and Local Builds

DevFeed: [Solving Gradle Remote Build Cache Misses by Aligning CI and Local Builds](<https://devfeed.tech/articles/solving-remote-build-cache-misses-by-annoying-your-colleagues-2039.md>)

Original publisher: [Read original article](<https://developers.soundcloud.com/blog//gradle-remote-build-cache-misses-part-2>)

Published: 2019-10-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [SoundCloud Backstage Blog](<https://devfeed.tech/sources/soundcloud-backstage-blog.md>)

Topics: [Gradle](<https://devfeed.tech/topics/gradle.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [build performance](<https://devfeed.tech/topics/build-performance.md>), [build times](<https://devfeed.tech/topics/build-times.md>), [ci](<https://devfeed.tech/topics/ci.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [build](<https://devfeed.tech/tags/build.md>), [build-performance](<https://devfeed.tech/tags/build-performance.md>), [caching](<https://devfeed.tech/tags/caching.md>), [ci](<https://devfeed.tech/tags/ci.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [productivity](<https://devfeed.tech/tags/productivity.md>)

## AI overview

This second article in a series explains Gradle remote build cache misses, including how differences between CI and local task inputs can cause misses. It also describes how Instant Run disabled the build cache and could make large Android projects recompile everything.

## Source excerpt

This is part two in a series about solving Gradle remote build cache misses. Solving build cache misses is important to both avoid work that...