Disable cache debug logging for workflows

This logging can now be enabled on a case-by-case basis using
GitHub Actions debugging.
This commit is contained in:
daz
2024-02-11 17:58:58 -07:00
parent 5e512f6e1d
commit 4b284311c3
19 changed files with 0 additions and 27 deletions

View File

@@ -18,7 +18,6 @@ on:
env:
DOWNLOAD_DIST: ${{ inputs.download-dist }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: provision-gradle-versions-${{ inputs.cache-key-prefix }}
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true
jobs:
inject-develocity: