Skip to content

Commit 5802954

Browse files
committed
Better scp Retry Settings
1 parent b4e51e7 commit 5802954

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/manual/spring-security-docs-manual.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ asciidoctor {
1010
'gh-samples-url': "$ghUrl/samples"
1111
}
1212

13+
remotes {
14+
docs {
15+
retryCount = 5 // retry 5 times (default is 0)
16+
retryWaitSec = 10 // wait 10 seconds between retries (default is 0)
17+
}
18+
}
19+
1320
docsZip {
1421
from(project(':spring-security-docs-guides').asciidoctor) {
1522
into 'guides'

0 commit comments

Comments
 (0)