spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

More Resilient scp Settings #85

Closed rwinch closed 4 years ago

rwinch commented 4 years ago
remotes {
    docs {
        timeoutSec = 0 // (default is 0 which is OS default)
        retryCount = 5 // retry 5 times (default is 0)
        retryWaitSec = 10 // wait 10 seconds between retries (default is 0)
    }
}