mirror of
https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
synced 2026-02-04 22:43:27 +08:00
The wrapper zip files are redundant, and not required after extraction. Gradle 7.5+ will delete these automatically, but we delete them for older versions to avoid caching the wrapper distributions twice. Sinc the `gradle-home-cache-excludes` parameter does not support wildcards, we remove them explicitly.