mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-06 13:24:13 +02:00
![]() 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 |
||
---|---|---|
.. | ||
cache-base.ts | ||
cache-gradle-user-home.ts | ||
cache-project-dot-gradle.ts | ||
cache-utils.ts | ||
caches.ts | ||
execution.ts | ||
gradlew.ts | ||
main.ts | ||
post.ts | ||
provision.ts |