Skip to content

Commit

Permalink
fix: fix incompatibility with Gradle download task
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Oct 23, 2023
1 parent 2d19a52 commit a448317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ See https://github.com/stempler/bnd-platform/issues/19#issuecomment-253797523
def artifactZipPath = new File(downloadsDir, filename)
def artifactZipPathPart = new File(downloadsDir, filename + '.part')
if (!artifactZipPath.exists()) {
project.download {
project.download.run {
src artifactDownloadUrl
dest artifactZipPathPart
overwrite true
Expand Down

0 comments on commit a448317

Please sign in to comment.