Sourced from de.undercouch.download's releases.
5.3.1
Bug fixes:
- Downgrade slf4j to fix warning on console about missing slf4j provider
- Allow
downloadandverifyextensions to be created on demand in custom tasks, so these tasks can be made compatible with Gradle's configuration cache (see https://github.com/facebook/flipper/issues/284). Thanks to@liblitfor testing!Maintenance:
- Update dependencies
- Improve documentation
- Add integration tests for Gradle 6.9.3 and 7.6
5.3.0
New features:
- Add
pathandrelativePathproperties to theDownloadDetailsclass soeachFileactions 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
eachFileaction) will lead to an exception being thrown.Bug fixes:
- Call
eachFileaction only once per source- Correctly create list of output files (even if the destination is the project's build directory)
Maintenance:
- Update dependencies
a0374fc Bump up version number to 5.3.1612f57a Merge pull request https://github.com/facebook/flipper/issues/291 from michel-kraemer/dependabot/npm_and_yarn/screencas...53af104 Bump http-cache-semantics from 4.1.0 to 4.1.1 in /screencast398c14c Update dependencies15cf7ee Bump up version number to 5.3.1-SNAPSHOTe3c65ff Allow extensions to be created from tasks34e2dd4 Downgrade slf4j to fix warning on console about missing slf4j providerb3fa29f Revert "Update Apache HttpClient to 5.2.1"01f05e0 Add integration tests for Gradle 6.9.3 and 7.6a998a54 Upgrade Gradle to 7.6