-
Deprecated MethodsMethodDescriptionReplaced by the nested
resilience { skipOnRateLimit = ... }block. This delegates toResilienceExtension.isSkipOnRateLimit()and will be removed in a future release.Replaced by the nestedcli { enabled = ... }block. This delegates toCliExtension.isEnabled()and will be removed in a future release.Replaced by the nestedauth { }block (tokenFile/sshKey). Still honoured as a fallback and will be removed in a future release.Replaced by the nestedauth { token = ... }block. Still honoured as a fallback and will be removed in a future release.Replaced by the nestedauth { }block (tokenFile/sshKey). Still honoured as a fallback and will be removed in a future release.Replaced by the nestedresilience { skipOnRateLimit = ... }block. This delegates toResilienceExtension.setSkipOnRateLimit(boolean)and will be removed in a future release.Replaced by the nestedcli { enabled = ... }block. This delegates toCliExtension.setEnabled(boolean)and will be removed in a future release.UsesetRepoUrl(String)instead.Use downloadAssetFromUrl instead
GithubExtension.getAuth(). Retained so the plugin can honour the legacy field.