mirror of
https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
synced 2025-10-29 00:50:19 +08:00
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.