Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cache-cleanup with Gradle 8.11 #430

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Fix cache-cleanup with Gradle 8.11 #430

merged 2 commits into from
Nov 12, 2024

Conversation

bigdaz
Copy link
Member

@bigdaz bigdaz commented Nov 11, 2024

Fixes #431

@bigdaz bigdaz marked this pull request as ready for review November 11, 2024 21:54
@bigdaz bigdaz changed the title Test cache-cleanup with Gradle 8.11 Fix cache-cleanup with Gradle 8.11 Nov 11, 2024
The cache-cleanup API has changed, so the init-script that worked with
Gradle 8.9 no longer works with 8.11.
We now provision and use Gradle 8.11 for cache cleanup.

This provides a band-aid fix for #417 but that issue will still impact
any build configured to run with Gradle > 8.11
@bigdaz bigdaz merged commit f22ac61 into main Nov 12, 2024
115 checks passed
@bigdaz bigdaz deleted the dd/cache-cleanup branch November 12, 2024 03:54
@bigdaz bigdaz added this to the v4.2.0 milestone Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache cleanup fails when run with Gradle 8.11
1 participant