From f208bd16591507e54a4172242de0d6aeff6ae8b6 Mon Sep 17 00:00:00 2001 From: Renato Ivancic Date: Thu, 19 Aug 2021 20:32:45 +0200 Subject: [PATCH] Upgrade Gradle wrapper (#8) From 7.0 to 7.2 --- README.md | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd12388..5429d98 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains examples and assignments from All examples are written using Groovy Gradle build scripts and additional code in Java 15. Projects were created with IntelliJ IDEA. -Every project comes bundled with Gradle wrapper version 7.0 or higher. +Every project comes bundled with Gradle wrapper version 7.2 or higher. Below is the menu for easier navigation between sections. Every section contains multiple examples or assignments with the focus on a particular topic. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index af7be50..a0f7639 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/script-plugin/local-script-plugin-example/gradle/wrapper/gradle-wrapper.properties b/script-plugin/local-script-plugin-example/gradle/wrapper/gradle-wrapper.properties index af7be50..a0f7639 100644 --- a/script-plugin/local-script-plugin-example/gradle/wrapper/gradle-wrapper.properties +++ b/script-plugin/local-script-plugin-example/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/task/file-tasks-assignment-done/gradle/wrapper/gradle-wrapper.properties b/task/file-tasks-assignment-done/gradle/wrapper/gradle-wrapper.properties index efdcd28..bb08b4f 100644 --- a/task/file-tasks-assignment-done/gradle/wrapper/gradle-wrapper.properties +++ b/task/file-tasks-assignment-done/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ #Sun Feb 07 15:12:59 CET 2021 -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists diff --git a/task/file-tasks-assignment/gradle/wrapper/gradle-wrapper.properties b/task/file-tasks-assignment/gradle/wrapper/gradle-wrapper.properties index efdcd28..bb08b4f 100644 --- a/task/file-tasks-assignment/gradle/wrapper/gradle-wrapper.properties +++ b/task/file-tasks-assignment/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ #Sun Feb 07 15:12:59 CET 2021 -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists