Skip to content

Commit c8a7a04

Browse files
committed
Retry JDK downloads
Closes gh-39138
1 parent 9874363 commit c8a7a04

File tree

2 files changed

+2
-0
lines changed
  • spring-boot-tests/spring-boot-integration-tests

2 files changed

+2
-0
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ task downloadJdk(type: Download) {
4949
dest destFolder
5050
tempAndMove true
5151
overwrite false
52+
retries 3
5253
}
5354

5455
task syncJdkDownloads(type: Sync) {

spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ task downloadJdk(type: Download) {
5050
dest destFolder
5151
tempAndMove true
5252
overwrite false
53+
retries 3
5354
}
5455

5556
task syncJdkDownloads(type: Sync) {

0 commit comments

Comments
 (0)