Skip to content

Commit

Permalink
fix(deps): update dependency de.undercouch:gradle-download-task to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stempler committed Apr 22, 2024
1 parent 75b651a commit 9d9a370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
dependencies {
localGroovy()
implementation 'com.beust:jcommander:1.82'
implementation 'de.undercouch:gradle-download-task:3.4.3'
implementation 'de.undercouch:gradle-download-task:5.6.0'
implementation 'org.apache.maven:maven-embedder:3.6.0'
implementation 'org.apache.maven:maven-compat:3.6.0'
implementation 'org.slf4j:slf4j-simple:1.7.36'
Expand Down
2 changes: 1 addition & 1 deletion build/gradle/commitAndProductionStage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def includeAdditionalFiles(artifacts, relsrcpath, productOutputPath, reldstpath,
def artifactZipPathPart = new File(buildDir, f + '.part')
def artifactDownloadUrl = project.ext.artifactsMirrorUrl + '/' + relsrcpath + '/' + f
if (!artifactZipPath.exists()) {
download {
download.run {
src artifactDownloadUrl
dest artifactZipPathPart
overwrite true
Expand Down

0 comments on commit 9d9a370

Please sign in to comment.