Skip to content

Update dependency de.undercouch:gradle-download-task to v5.3.0

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
de.undercouch:gradle-download-task 5.2.1 -> 5.3.0 age adoption passing confidence

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

michel-kraemer/gradle-download-task

v5.3.0

Compare Source

New features:

  • Add path and relativePath properties to the DownloadDetails class so eachFile actions can also change the relative path of a target file and not only its name
  • Duplicate destination files are now prevented. Specifying a duplicate destination file (e.g. in an eachFile action) will lead to an exception being thrown.

Bug fixes:

  • Call eachFile action only once per source
  • Correctly create list of output files (even if the destination is the project's build directory)

Maintenance:

  • Update dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports