Skip to content

Commit 17819c0

Browse files
committed
Merge branch '3.1.x' into 3.2.x
Closes gh-39139
2 parents 7b6b3a5 + c8a7a04 commit 17819c0

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
@@ -64,6 +64,7 @@ task downloadJdk(type: Download) {
6464
dest destFolder
6565
tempAndMove true
6666
overwrite false
67+
retries 3
6768
}
6869

6970
task syncJdkDownloads(type: Sync) {

0 commit comments

Comments
 (0)