Merge branch '3.2.x'

Closes gh-39140
This commit is contained in:
Andy Wilkinson
2024-01-15 19:45:38 +00:00
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

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