gradle-build-action/src
Paul Merlin f11e7d60d7 Short-circuit dependencies and configuration caching if cache dir already exists
This is relevant if you run this action several times in a single job.
This prevent doing unnecessary work starting with the second job using the action.
This prevent droping dependencies downloaded by the first job using the action.
This prevent Windows agents to fail unlinking already existing files.
2020-06-22 16:40:58 +02: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 Only restore wrapper cache if dir doesn't exist 2020-06-15 19:33:04 +02:00
crypto-utils.ts Make file hashing more robust 2020-06-15 14:09:44 +02:00
execution.ts Add caching of Gradle build configuration cache 2020-06-15 15:58:20 +02:00
github-utils.ts Add input to make the dependencies caching strict 2020-06-15 13:05:36 +02:00
gradlew.ts Format 2020-06-13 13:44:30 +02:00
main.ts Extract github actions utils 2020-06-14 19:05:03 +02:00
post.ts Add caching of Gradle build configuration cache 2020-06-15 15:58:20 +02:00
provision.ts Locate user home in an OS agnostic way 2020-06-14 12:28:17 +02:00