gradle-build-action/src
Daz DeBoer f2bb19b43a
Remove downloaded wrapper zips before caching
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.
2022-05-29 08:49:36 -06:00
..
cache-base.ts Make Gradle Home detection compatible with MacOS 2022-02-03 09:46:37 -07:00
cache-extract-entries.ts Remove downloaded wrapper zips before caching 2022-05-29 08:49:36 -06:00
cache-reporting.ts Add experimental support for 'cache-write-only' 2022-01-20 15:04:11 -07:00
cache-utils.ts Log stack trace for cache errors 2022-03-18 13:56:40 -06:00
caches.ts Add experimental support for 'cache-write-only' 2022-01-20 15:04:11 -07:00
execution.ts Check executable bit on Gradle script 2021-12-30 21:40:27 -07:00
gradlew.ts Allow source files to contain lines up to 120 characters 2021-10-29 07:50:06 -06:00
main.ts Allow action to be used without Gradle invocation 2021-12-17 10:29:58 -07:00
post.ts Refactor: use a single .json file to describe all cached artifact bundles (#121) 2021-11-28 10:19:56 -07:00
provision.ts Avoid failing build on distributions cache errors 2021-11-05 07:01:48 -06:00