fix(deps): update dependency de.undercouch:gradle-download-task to v5.6.0 #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.1
->5.6.0
Release Notes
michel-kraemer/gradle-download-task (de.undercouch:gradle-download-task)
v5.6.0
Compare Source
New features:
validateStatus
property)Bug fixes:
Thanks to @diederikfaber for reporting this and to @dtretyakov and @eghobo for the pointers.
It seems something has changed in Apache HttpClient since we initially implemented this feature.
Maintenance:
v5.5.0
Compare Source
New features:
URI
as source (#338)RegularFile
as input for theVerify
actionBug fixes:
Maintenance:
v5.4.0
Compare Source
New features:
method
andbody
Maintenance:
v5.3.1
Compare Source
Bug fixes:
download
andverify
extensions to be created on demand in custom tasks, so these tasks can be made compatible with Gradle's configuration cache (see #284). Thanks to @liblit for testing!Maintenance:
v5.3.0
Compare Source
New features:
path
andrelativePath
properties to theDownloadDetails
class soeachFile
actions can also change the relative path of a target file and not only its nameeachFile
action) will lead to an exception being thrown.Bug fixes:
eachFile
action only once per sourceMaintenance:
v5.2.1
Compare Source
Bug fixes:
IllegalStateException
with the messageConnection is still allocated
. Thanks to @dmarks2 for spotting this.Maintenance:
v5.2.0
Compare Source
New features:
eachFile
method that adds an action to be applied to each source URL before it is downloaded. The action can be used to modify the filename of the target file.runAsync
method to download extension. This allows multiple files to be downloaded in parallel if the download extension is used. For normal download tasks, multiple files were downloaded in parallel already.v5.1.3
Compare Source
Bug fixes:
v5.1.2
Compare Source
Bug fixes:
Host
header unless explicitly specified by the userv5.1.1
Compare Source
Bug fixes:
Maintenance:
v5.1.0
Compare Source
New features:
preemptiveAuth
flag)WWW-Authenticate
header in 401 responseMaintenance:
v5.0.5
Compare Source
Maintenance:
v5.0.4
Bug fixes:
DownloadExtension
ifmax-workers
equals 1 (thanks to @beatbrot for spotting this, see #205)Maintenance:
v5.0.2
Compare Source
Bug fixes:
Maintenance:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.