Skip to content

Commit 4fa47aa

Browse files
committed
Merge branch '3.2.x'
Closes gh-39140
2 parents e58f653 + 17819c0 commit 4fa47aa

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)