Lint: Prefix unused variables/parameters

This commit is contained in:
daz
2025-04-09 16:40:33 -06:00
parent 016b3d4592
commit 078dac7a70
4 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ export class CacheCleaner {
.filter(Boolean) as string[]
return await provisioner.provisionGradleWithVersionAtLeast(preferredVersion, wrapperScripts)
} catch (e) {
} catch (_) {
// Ignore the case where the preferred version cannot be located in https://services.gradle.org/versions/all.
// This can happen for snapshot Gradle versions.
core.info(