Skip to content

Releases: michel-kraemer/gradle-download-task

3.1.2

12 Nov 15:49
Compare
Choose a tag to compare
  • Fix a NPE
  • Update to Apache HttpClient to 4.5.2

3.1.1

23 Jul 07:50
Compare
Choose a tag to compare
  • Handle invalid Content-Type: None (issue #55)

3.1.0

09 Jul 09:47
Compare
Choose a tag to compare
  • Restore compatibility with Gradle 2.14
  • Fix If-Modified-Since handling (@jberkel)
  • Register task output files (@jberkel)
  • Improve code coverage

3.0.0

01 May 11:13
Compare
Choose a tag to compare
  • Add support for authenticating proxies
  • Automatically create target directory when multiple sources are set
  • Major rewrite of the plugin core. Use Apache HttpClient instead of URLConnection.
  • Improved unit test coverage
  • Add integration tests for Gradle versions up to 2.13

2.1.0

15 Dec 09:11
Compare
Choose a tag to compare
  • Update to Gradle 2.9
  • Support Gradle's --offline command line parameter

2.0.0

19 Aug 11:08
Compare
Choose a tag to compare
  • Compatible to Gradle 2.6
  • The plugin uses semantic versioning from now on
  • src and dest properties are lazily evaluated now
  • New Verify task to check the integrity of downloaded files
  • Added new flag to ignore invalid (or self-signed) certificates
  • dest property is now relative to the project directory (possible breaking change)

1.2

29 Nov 10:38
Compare
Choose a tag to compare
1.2

Restored full compatibility with Gradle 1.x

1.1

05 Nov 08:17
Compare
Choose a tag to compare
1.1
Updated README