4

gradle-download-task 1.2

 2 years ago
source link: https://michelkraemer.com/gradle-download-task-1.2/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

gradle-download-task 1.2

The new ver­sion of the Gradle plug­in gradle-down­load-task 1.2 has just been re­leased. The plug­in provides a Download task that dis­plays pro­gress in­form­a­tion while down­load­ing files, just like Gradle does when it fetches an ar­ti­fact from a re­pos­it­ory.

The new ver­sion is now also avail­able from the Gradle plug­in portal. This al­lows users of Gradle 2.1 or higher to in­clude gradle-down­load-task via the new plug­in mech­an­ism:

plugins {
    id "de.undercouch.download" version "1.2"
}

Users of Gradle 2.0 or 1.x have to add the fol­low­ing to their build file:

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'de.undercouch:gradle-download-task:1.2'
    }
}

apply plugin: 'de.undercouch.download'

The plu­gin’s new ver­sion is now also com­pat­ible with all stable ver­sions of Gradle. It has been tested with Gradle 1.0 up to 2.2.1 but should be com­pat­ible to any other ver­sion as well.

Grab gradle-down­load-task 1.2 while it’s still hot:
https://github.com/michel-kraemer/gradle-download-task

More information

If you want to learn more about the plug­in have a look at its README file or at my pre­vi­ous post.


Posted by Michel Krämer
on November, 29th 2014.


Next post

Spamihilator 1.6 has been released!

I just re­leased the new ver­sion 1.6 of my free spam fil­ter Spami­hil­ator! This ver­sion is a main­ten­ance re­lease. It fixes some minor bugs and im­proves se­cur­ity…

Previous post

bson4jackson 2.4 has just been released!

Ver­sion 2.4 of bson4­jack­son has just been re­leased. bson4­jack­son adds sup­port for BSON, a bin­ary rep­res­ent­a­tion of JSON, to the Jack­son JSON pro­cessor.

Related posts

10 recipes for gradle-download-task

I re­ceived a couple of re­quests lately con­cern­ing com­mon prob­lems when down­load­ing files in Gradle build scripts us­ing gradle-down­load-task. Al­most all of…

New features in gradle-download-task 3.4.0

The new ver­sion 3.4.0 of gradle-down­load-task, a Gradle plug­in provid­ing a Download task that dis­play pro­gress in­form­a­tion, has just been re­leased. It con­tains…

New major version 4.0.0 of gradle-download-task

Today, I’m happy to an­nounce the new ma­jor ver­sion 4.0.0 of the pop­u­lar gradle-down­load-task. With this Gradle plug­in, you can down­load files in your build…


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK