diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle index 759f19a60aa..7b39a164bf3 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle @@ -49,6 +49,7 @@ task downloadJdk(type: Download) { dest destFolder tempAndMove true overwrite false + retries 3 } task syncJdkDownloads(type: Sync) { diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle b/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle index 9292480aaa6..7f5f04e380e 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle @@ -64,6 +64,7 @@ task downloadJdk(type: Download) { dest destFolder tempAndMove true overwrite false + retries 3 } task syncJdkDownloads(type: Sync) {