diff --git a/README.md b/README.md index 4d3e4da1..fd31bc2c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ First, apply the plugin configuration: ```groovy plugins { - id "de.undercouch.download" version "5.2.0" + id "de.undercouch.download" version "5.2.1" } ``` @@ -176,8 +176,8 @@ plugin with Gradle's built-in support for ZIP files: ```groovy task downloadZipFile(type: Download) { - src 'https://github.com/michel-kraemer/gradle-download-task/archive/refs/tags/5.2.0.zip' - dest new File(buildDir, '5.2.0.zip') + src 'https://github.com/michel-kraemer/gradle-download-task/archive/refs/tags/5.2.1.zip' + dest new File(buildDir, '5.2.1.zip') } task downloadAndUnzipFile(dependsOn: downloadZipFile, type: Copy) { diff --git a/build.gradle b/build.gradle index 9f37f19c..0654d79a 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply from: "gradle/integrationTest.gradle" import com.github.jengelman.gradle.plugins.shadow.tasks.ConfigureShadowRelocation group = 'de.undercouch' -version = '5.2.0' +version = '5.2.1' sourceCompatibility = '1.8' targetCompatibility = '1.8' diff --git a/examples/groovy/custom-header/build.gradle b/examples/groovy/custom-header/build.gradle index 73357e08..5ca113c8 100644 --- a/examples/groovy/custom-header/build.gradle +++ b/examples/groovy/custom-header/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/directory-github/build.gradle b/examples/groovy/directory-github/build.gradle index 60660b43..33fde284 100644 --- a/examples/groovy/directory-github/build.gradle +++ b/examples/groovy/directory-github/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/directory/build.gradle b/examples/groovy/directory/build.gradle index 03f3084f..8e0c6fab 100644 --- a/examples/groovy/directory/build.gradle +++ b/examples/groovy/directory/build.gradle @@ -15,7 +15,7 @@ buildscript { * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/etag/build.gradle b/examples/groovy/etag/build.gradle index 7dd026ce..84f257eb 100644 --- a/examples/groovy/etag/build.gradle +++ b/examples/groovy/etag/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/lazy-src-and-dest/build.gradle b/examples/groovy/lazy-src-and-dest/build.gradle index 4fd7b5fd..53e3e6a1 100644 --- a/examples/groovy/lazy-src-and-dest/build.gradle +++ b/examples/groovy/lazy-src-and-dest/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } ext { diff --git a/examples/groovy/mirrors/build.gradle b/examples/groovy/mirrors/build.gradle index 2bbf3edf..31c40506 100644 --- a/examples/groovy/mirrors/build.gradle +++ b/examples/groovy/mirrors/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/multiple-files-rename/build.gradle b/examples/groovy/multiple-files-rename/build.gradle index 3e0537be..53d0d691 100644 --- a/examples/groovy/multiple-files-rename/build.gradle +++ b/examples/groovy/multiple-files-rename/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/multiple-files/build.gradle b/examples/groovy/multiple-files/build.gradle index a988532e..5e20999b 100644 --- a/examples/groovy/multiple-files/build.gradle +++ b/examples/groovy/multiple-files/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/simple-extension/build.gradle b/examples/groovy/simple-extension/build.gradle index 85169e68..820e0007 100644 --- a/examples/groovy/simple-extension/build.gradle +++ b/examples/groovy/simple-extension/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/simple/build.gradle b/examples/groovy/simple/build.gradle index 7ce1c1a0..f80f09f5 100644 --- a/examples/groovy/simple/build.gradle +++ b/examples/groovy/simple/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/temp-rename/build.gradle b/examples/groovy/temp-rename/build.gradle index 74126af5..a1c0697c 100644 --- a/examples/groovy/temp-rename/build.gradle +++ b/examples/groovy/temp-rename/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/unzip/build.gradle b/examples/groovy/unzip/build.gradle index d8f25431..e0f8dd46 100644 --- a/examples/groovy/unzip/build.gradle +++ b/examples/groovy/unzip/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/verify-extension/build.gradle b/examples/groovy/verify-extension/build.gradle index a3d1210d..06f1bac6 100644 --- a/examples/groovy/verify-extension/build.gradle +++ b/examples/groovy/verify-extension/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/groovy/verify/build.gradle b/examples/groovy/verify/build.gradle index 5668c3f1..77a2fe29 100644 --- a/examples/groovy/verify/build.gradle +++ b/examples/groovy/verify/build.gradle @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id 'de.undercouch.download' version '5.2.0' + id 'de.undercouch.download' version '5.2.1' } /** diff --git a/examples/kotlin/custom-header/build.gradle.kts b/examples/kotlin/custom-header/build.gradle.kts index e23b8cdd..956ec49d 100644 --- a/examples/kotlin/custom-header/build.gradle.kts +++ b/examples/kotlin/custom-header/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/directory-github/build.gradle.kts b/examples/kotlin/directory-github/build.gradle.kts index 037eb0f7..0ab52f3f 100644 --- a/examples/kotlin/directory-github/build.gradle.kts +++ b/examples/kotlin/directory-github/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } /** diff --git a/examples/kotlin/directory/build.gradle.kts b/examples/kotlin/directory/build.gradle.kts index c9ee34d3..ac27b057 100644 --- a/examples/kotlin/directory/build.gradle.kts +++ b/examples/kotlin/directory/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/etag/build.gradle.kts b/examples/kotlin/etag/build.gradle.kts index a860a569..a205a04e 100644 --- a/examples/kotlin/etag/build.gradle.kts +++ b/examples/kotlin/etag/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/lazy-src-and-dest/build.gradle.kts b/examples/kotlin/lazy-src-and-dest/build.gradle.kts index b3f19137..88ff590a 100644 --- a/examples/kotlin/lazy-src-and-dest/build.gradle.kts +++ b/examples/kotlin/lazy-src-and-dest/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import java.nio.file.Files diff --git a/examples/kotlin/mirrors/build.gradle.kts b/examples/kotlin/mirrors/build.gradle.kts index 9275b9a0..a0f4a6e3 100644 --- a/examples/kotlin/mirrors/build.gradle.kts +++ b/examples/kotlin/mirrors/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } /** diff --git a/examples/kotlin/multiple-files-rename/build.gradle.kts b/examples/kotlin/multiple-files-rename/build.gradle.kts index 3ff9b376..e24e0700 100644 --- a/examples/kotlin/multiple-files-rename/build.gradle.kts +++ b/examples/kotlin/multiple-files-rename/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/multiple-files/build.gradle.kts b/examples/kotlin/multiple-files/build.gradle.kts index 595c41bf..f10fbe8a 100644 --- a/examples/kotlin/multiple-files/build.gradle.kts +++ b/examples/kotlin/multiple-files/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/simple-extension/build.gradle.kts b/examples/kotlin/simple-extension/build.gradle.kts index cbc0b730..3f9e0164 100644 --- a/examples/kotlin/simple-extension/build.gradle.kts +++ b/examples/kotlin/simple-extension/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/simple/build.gradle.kts b/examples/kotlin/simple/build.gradle.kts index ea590666..30d8134a 100644 --- a/examples/kotlin/simple/build.gradle.kts +++ b/examples/kotlin/simple/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/temp-rename/build.gradle.kts b/examples/kotlin/temp-rename/build.gradle.kts index 8337ffe9..26af5b98 100644 --- a/examples/kotlin/temp-rename/build.gradle.kts +++ b/examples/kotlin/temp-rename/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/unzip/build.gradle.kts b/examples/kotlin/unzip/build.gradle.kts index a2d2df74..f9467d26 100644 --- a/examples/kotlin/unzip/build.gradle.kts +++ b/examples/kotlin/unzip/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download diff --git a/examples/kotlin/verify-extension/build.gradle.kts b/examples/kotlin/verify-extension/build.gradle.kts index e0d75768..9dbcbbdc 100644 --- a/examples/kotlin/verify-extension/build.gradle.kts +++ b/examples/kotlin/verify-extension/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } /** diff --git a/examples/kotlin/verify/build.gradle.kts b/examples/kotlin/verify/build.gradle.kts index 028e9395..a6caf995 100644 --- a/examples/kotlin/verify/build.gradle.kts +++ b/examples/kotlin/verify/build.gradle.kts @@ -2,7 +2,7 @@ * Include the gradle-download-task plugin */ plugins { - id("de.undercouch.download") version "5.2.0" + id("de.undercouch.download") version "5.2.1" } import de.undercouch.gradle.tasks.download.Download