mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Lint: Prefix unused variables/parameters
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user