gradle-build-action/.github/workflows
Daz DeBoer 37f2880a8a 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 14:05:13 -07:00
..
codeql-analysis.yml Add CodeQL Analysis (#114) 2021-11-02 09:56:02 -06:00
dev.yml Refactored workflows 2021-09-27 19:33:22 -06:00
failure-cases.yml Adapt workflows to renamed parameters 2021-10-27 16:07:24 -06:00
integTest-action-inputs.yml Adapt workflows to renamed parameters 2021-10-27 16:07:24 -06:00
integTest-caching-config.yml Cache wrapper zips and generated jars individually 2021-12-08 14:05:13 -07:00
integTest-caching-configuration-cache.yml Cache wrapper zips and generated jars individually 2021-12-08 14:05:13 -07:00
integTest-caching-gradle-home.yml Cache wrapper zips and generated jars individually 2021-12-08 14:05:13 -07:00
integTest-execution.yml Use a matrix for testing Gradle versions 2021-12-08 10:04:24 -07:00
integTest-gradle-user-home.yml Adapt workflows to renamed parameters 2021-10-27 16:07:24 -06:00
integTest-kotlin-dsl.yml Adapt workflows to renamed parameters 2021-10-27 16:07:24 -06:00
pr-build-scan-comment.yml Add build-scan comment to any PRs 2021-12-08 13:07:51 -07:00