gradle-build-action/src
Daz DeBoer fe64d05f86
Do not cache dependency jars individually
Unfortunately, doing this overloads the GitHub actions cache infrastructure
leading to failures and unpredictable results.
A later solution may re-implement artifact sharing for dependency jars
as well as jars within the `caches/jars-9` directory. But for now these
will be duplicated across each Gradle User Home cache entry.
2021-09-14 18:07:28 -06:00
..
cache-gradle-user-home.ts Do not cache dependency jars individually 2021-09-14 18:07:28 -06:00
cache-project-dot-gradle.ts Add some TODOs to the code for future reference 2021-09-13 11:50:07 -06:00
cache-utils.ts Consolidate error handling for cache restore/save 2021-09-14 13:39:37 -06:00
caches.ts Simplify setting caches to disabled or read-only 2021-09-13 11:04:42 -06:00
execution.ts
gradlew.ts
main.ts Fail action execution on unhandled errors 2021-09-14 07:48:06 -06:00
post.ts Fail action execution on unhandled errors 2021-09-14 07:48:06 -06:00
provision.ts Group log messages generated when provisioning Gradle 2021-09-13 11:50:07 -06:00