gradle-build-action/src
Daz DeBoer e1f84aa44d
Restore/save configuration-cache data in first action
Previously, the action was restoring/saving the configuration-cache data for each
step that applied the action. In order to support Gradle invocations that are _not_
managed by the action, the configuration-cache restore is now performed in the initial
action step, and save is performed in the final post-action step.

The build root directories are recorded for each invocation via an init script.
2021-12-08 15:09:27 -07:00
..
cache-base.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
cache-gradle-user-home.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
cache-project-dot-gradle.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
cache-reporting.ts Extract cache-reporting into separate file 2021-12-08 15:09:26 -07:00
cache-utils.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
caches.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
execution.ts Persist build-scan-capture init script into Gradle User Home 2021-11-27 20:44:43 -07:00
gradlew.ts Allow source files to contain lines up to 120 characters 2021-10-29 07:50:06 -06:00
main.ts Restore/save configuration-cache data in first action 2021-12-08 15:09:27 -07:00
post.ts Refactor: use a single .json file to describe all cached artifact bundles (#121) 2021-11-28 10:19:56 -07:00
provision.ts Avoid failing build on distributions cache errors 2021-11-05 07:01:48 -06:00