Update to Gradle 8.11.1

This commit is contained in:
daz
2024-12-11 10:04:45 -07:00
parent bb85ec9597
commit 51109c9e9e
10 changed files with 14 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ export class CacheCleaner {
// Gradle >= 8.11 required for cache cleanup
// TODO: This is ineffective: we should be using the newest version of Gradle that ran a build, or a newer version if it's available on PATH.
const executable = await provisioner.provisionGradleAtLeast('8.11')
const executable = await provisioner.provisionGradleAtLeast('8.11.1')
await core.group('Executing Gradle to clean up caches', async () => {
core.info(`Cleaning up caches last used before ${cleanTimestamp}`)