gradle-download-task 3.2.0
The new version of the Gradle plugin gradle-download-task 3.2.0 has just been
released. The plugin provides a Download
task that displays progress
information while downloading files, just like Gradle does when it fetches
an artifact from a repository.

Grab gradle-download-task 3.2.0 while it’s still hot:
https://github.com/michel-kraemer/gradle-download-task
The new version has been tested with Gradle 1.x up to 3.3 but should be compatible to any other version as well.
New features
- The HTTP client is now cached if multiple files are downloaded from the the same host within the same task. This improves performance a bit.
- The plugin now supports
file://
based URLs (thanks to Gregory Amerson) - The
http.nonProxyHosts
system property is now supported (thanks to Andrea Di Giorgi) - Integration tests for Gradle 3.1 up to 3.3 were added
More information
If you want to learn more about the plugin, have a look at its README file or at my earlier post.
I also strongly advice to read my blog post on 10 recipes for gradle-download-task to get an idea what you can do with the plugin.

Posted by Michel Krämer
on 29 January 2017
Next post
GeoRocket 1.1.0
The new version of the open-source application GeoRocket comes with many new features. Highlights are the support for user-defined properties and the extended query language, which now provides comparison operators.
Previous post
Actson 1.2.0 with RFC 7159 compliance
The next version of my reactive JSON parser is available! The update includes RFC 7159 compliance, performance improvements, and minor bug fixes. The library is small and fast. Updating is recommended for all users.
Related posts
10 recipes for gradle-download-task
gradle-download-task is a Gradle plugin that allows you to download files during the build process. This post summarizes common patterns and use cases of gradle-download-task and provides useful tips and tricks.
New major version 5.0.0 of gradle-download-task
I’ve just released gradle-download-task 5.0.0. The new version now downloads multiple files in parallel, executes concurrently with other build tasks, and offers better support for Kotlin and Gradle 8.
New features in gradle-download-task 3.4.0
Version 3.4.0 of the popular Gradle plugin contains many new features. Highlights are the support for ETags and downloading to a temporary file. The update also contains various other improvements.