retry Settings
Configures retry settings for the failed snapshot dependencies.
Example. Retry every failed dependency at least 3 times
dependencies {
snapshot("AnotherBuildId") {}
retrySettings {
maxAttempts = 3
retryOnSameFailure = true
}
}Content copied to clipboard