gradle-build-action/src
Daz DeBoer fedd754663
Cache wrapper zips and generated jars individually
Using a single cache entry for all files of a type is necessary to avoid
overloading the cache service. However, this mechanism is not very efficient
for certain artifacts like wrapper zips and generated-gradle-jars, where the
same individual files are often shared between different jobs.

With this change, any configured file patterns that do not end in '*' will
be cached as individual files. At this time this includes downloaded wrapper
zips and generated-gradle-jars.

Fixes #78
2021-12-08 13:21:00 -07:00
..
cache-base.ts Refactor: use a single .json file to describe all cached artifact bundles (#121) 2021-11-28 10:19:56 -07:00
cache-gradle-user-home.ts Cache wrapper zips and generated jars individually 2021-12-08 13:21:00 -07:00
cache-project-dot-gradle.ts Refactor: use a single .json file to describe all cached artifact bundles (#121) 2021-11-28 10:19:56 -07:00
cache-utils.ts Refactor: use a single .json file to describe all cached artifact bundles (#121) 2021-11-28 10:19:56 -07:00
caches.ts Always initialize Gradle User Home with init script 2021-11-27 20:45:49 -07:00
execution.ts Persist build-scan-capture init script into Gradle User Home 2021-11-27 20:44:43 -07:00
gradlew.ts Allow source files to contain lines up to 120 characters 2021-10-29 07:50:06 -06:00
main.ts Refactor: use a single .json file to describe all cached artifact bundles (#121) 2021-11-28 10:19:56 -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