mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
37f2880a8a
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 |
||
---|---|---|
.. | ||
codeql-analysis.yml | ||
dev.yml | ||
failure-cases.yml | ||
integTest-action-inputs.yml | ||
integTest-caching-config.yml | ||
integTest-caching-configuration-cache.yml | ||
integTest-caching-gradle-home.yml | ||
integTest-execution.yml | ||
integTest-gradle-user-home.yml | ||
integTest-kotlin-dsl.yml | ||
pr-build-scan-comment.yml |