mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
95ef72241e
Gradle 8.8 introduces new features that allow us to avoid using timestamp manipulation to force the cleanup of the Gradle User Home directory. This solution is simpler and more robust, but relies on Gradle 8.8+ always being used for the cache cleanup operation. Fixes #24