Commit e91b2ef
committed
Let the Gradle wrapper retry its distribution download
CI died on 'Attempt 1/1 failed: Unexpected end of file from server' while
fetching the distribution zip. The wrapper was configured with retries=0, so a
single dropped connection failed the job, and a 10s timeout is tight for a
130 MB download behind a redirect.
Three retries with a 1s backoff, and a 60s timeout.1 parent 22a3999 commit e91b2ef
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
0 commit comments