Mention that CACHE_DEBUG_ENABLED will disable parallel save/restore

This commit is contained in:
Daz DeBoer 2021-10-14 10:41:45 -06:00 committed by GitHub
parent 78e25cd233
commit aedc5fc8f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,8 @@ env:
CACHE_DEBUG_ENABLED: true
```
Note that this setting will also prevent certain cache operations from running in parallel, further assisting with debugging.
## Build scans
If your build publishes a [build scan](https://gradle.com/build-scans/) the `gradle-build-action` action will: