From aedc5fc8f9c295e93bf0f2d5122ef22ef94a7e46 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Thu, 14 Oct 2021 10:41:45 -0600 Subject: [PATCH] Mention that `CACHE_DEBUG_ENABLED` will disable parallel save/restore --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40017f2..4bf126d 100644 --- a/README.md +++ b/README.md @@ -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: