Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Gradle Build Cache config to permit read-only access
- Always configure build cache, even if the credentials aren't present. - When on CI, enable pushing to remove build cache, but disable local cache (to force CI to update the remote cache). - Always set the credentials. Even if they're missing, then Gradle should permit read-only access. This will improve build performance for all users.
- Loading branch information