Following on the previous question here : Google Cloud Builder - Gradle
I have implemented the same approach and it works beautifully. Yet it downloads all the dependencies every time. There is quite a bit. Is there a way to cache the commonly used dependencies somehow? Is it done automagically?
Cloud Builder does not cache built dependencies between builds. Because of isolation and security concerns, all builds are on a clean workspace. We are considering different caching strategies as feature requests.