Retry JDK downloads

Closes gh-39138
This commit is contained in:
Andy Wilkinson 2024-01-15 19:45:06 +00:00
parent 9874363fbe
commit c8a7a04da4
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ task downloadJdk(type: Download) {
dest destFolder
tempAndMove true
overwrite false
retries 3
}
task syncJdkDownloads(type: Sync) {

View File

@ -50,6 +50,7 @@ task downloadJdk(type: Download) {
dest destFolder
tempAndMove true
overwrite false
retries 3
}
task syncJdkDownloads(type: Sync) {