From 904e16d1870a0e5f74f2de55c59956517ca9f67c Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 18 Aug 2021 12:23:06 +0200 Subject: [PATCH] Upgrade Gradle Wrapper to `7.2` --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index bb61573..e73fb05 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -25,7 +25,7 @@ platformPlugins = # Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3 javaVersion = 11 -gradleVersion = 7.1.1 +gradleVersion = 7.2 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0035663..71b9aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ - GitHub Actions: Use Java 11 - Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3` - Change since/until build to `203-212.*` -- Upgrade Gradle Wrapper to `7.1.1` +- Upgrade Gradle Wrapper to `7.2` - Gradle – Changelog plugin configuration update - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.21` - Dependencies - upgrade `org.jetbrains.changelog` to `1.2.1` diff --git a/README.md b/README.md index f8724d2..f0a6723 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ Dependabot is a bot provided by GitHub for checking the build configuration file > **Note:** Dependabot doesn't yet support checking of the Gradle Wrapper. > Check the [Gradle Releases][gradle-releases] page and update your `gradle.properties` file with: > ```properties -> gradleVersion = 7.1.1 +> gradleVersion = 7.2 > ``` > and run > ```bash diff --git a/gradle.properties b/gradle.properties index 92d5963..bf3f021 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ platformPlugins = # Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3 javaVersion = 11 -gradleVersion = 7.1.1 +gradleVersion = 7.2 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 05679dc..ffed3a2 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-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists