-
Truncate Gradle args when constructing cache key (#71)
Some checks faileddev / check (push) Has been cancelledprod / basic-build (macos-latest) (push) Has been cancelledprod / basic-build (ubuntu-latest) (push) Has been cancelledprod / basic-build (windows-latest) (push) Has been cancelledprod / gradle-execution (macos-latest) (push) Has been cancelledprod / gradle-execution (ubuntu-latest) (push) Has been cancelledprod / gradle-execution (windows-latest, .bat) (push) Has been cancelledprod / dependencies-cache (macos-latest) (push) Has been cancelledprod / dependencies-cache (ubuntu-latest) (push) Has been cancelledprod / dependencies-cache (windows-latest) (push) Has been cancelledprod / configuration-cache (macos-latest) (push) Has been cancelledprod / configuration-cache (ubuntu-latest) (push) Has been cancelledprod / configuration-cache (windows-latest) (push) Has been cancelledprod / cache-read-only (macos-latest) (push) Has been cancelledprod / cache-read-only (ubuntu-latest) (push) Has been cancelledprod / cache-read-only (windows-latest) (push) Has been cancelledprod / failures (push) Has been cancelledreleased this
2021-08-25 02:46:48 +08:00 | 1046 commits to main since this releaseCache keys have a hard limit of 512 characters, so we need to ensure that we don't generate a key longer than this.
- Remove excess whitespace
- Truncate to 400 characters
Fixes #70
Downloads