The gradle build cache is used between github actions to speed up build times, but if the wrong cache sources are being used this can result in unexpected failures that are hard to troubleshoot.
We are disabling the remote gradle cache to while stabilizing the build infrastructure. We should revisit what the impact of not having this cache.
Task 1: Determine the best path forward for re-enabling the build cache. Should we re-instate it the same way or in a different way?
Task 2: Re-enable cache in best way.
The gradle build cache is used between github actions to speed up build times, but if the wrong cache sources are being used this can result in unexpected failures that are hard to troubleshoot.
We are disabling the remote gradle cache to while stabilizing the build infrastructure. We should revisit what the impact of not having this cache.
Task 1: Determine the best path forward for re-enabling the build cache. Should we re-instate it the same way or in a different way?
Task 2: Re-enable cache in best way.