Skip to content
Compare
Choose a tag to compare
@bigdaz bigdaz released this 29 Aug 17:51
· 433 commits to main since this release
356abb4

What's new

With v2.3.0, the gradle-build-action can now attempt to remove any unused files from the Gradle User Home directory before storing to the GitHub Actions cache. This can prevent cases where the size of cache entry grows over time.

Gradle Home cache cleanup is disabled by default. You can enable this feature for the action as follows:

gradle-home-cache-cleanup: true

See the README for more details.

Full Changelog: v2.2.5...v2.3.0