gradle-build-action/src
Daz DeBoer 33e91b639d
Cache Gradle distributions downloaded for a particular version (#58)
- Cache is separate from (but similar to) the wrapper distribution cache
- New 'distributions-cache-enabled' flag controls caching of all downloaded distributions
  (including wrapper distributions)
- Deprecated the 'wrapper-cache-enabled' flag for removal in v2
2021-07-08 12:22:48 -06:00
..
cache-configuration.ts Short-circuit dependencies and configuration caching if cache dir already exists 2020-06-22 16:40:58 +02:00
cache-dependencies.ts Short-circuit dependencies and configuration caching if cache dir already exists 2020-06-22 16:40:58 +02:00
cache-wrapper.ts Cache Gradle distributions downloaded for a particular version (#58) 2021-07-08 12:22:48 -06:00
crypto-utils.ts Use built-in library functions in preference to custom implementations 2021-07-05 13:57:22 -06:00
execution.ts Simplify build scan url extraction 2020-09-13 13:09:14 +02:00
github-utils.ts Add input to make the dependencies caching strict 2020-06-15 13:05:36 +02:00
gradlew.ts Validate presense of gradle wrapper to provide better feedback 2021-07-08 08:01:44 -06:00
main.ts Validate presense of gradle wrapper to provide better feedback 2021-07-08 08:01:44 -06:00
post.ts Add caching of Gradle build configuration cache 2020-06-15 15:58:20 +02:00
provision.ts Cache Gradle distributions downloaded for a particular version (#58) 2021-07-08 12:22:48 -06:00