From 1dfd8ffe44e802372e51d0283a5b5eb10b5ea508 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Sun, 7 Aug 2022 21:28:06 +0200 Subject: [PATCH] Upgrade Gradle Wrapper to `7.5.1` --- .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 194289f..74b981e 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -18,7 +18,7 @@ platformVersion = 2021.3.3 platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.5 +gradleVersion = 7.5.1 # Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library # suppress inspection "UnusedProperty" diff --git a/CHANGELOG.md b/CHANGELOG.md index 316d27b..3ab309a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Exclude `.qodana` directory from Qodana analysis ### Changed -- Upgrade Gradle Wrapper to `7.5` +- Upgrade Gradle Wrapper to `7.5.1` - Update `platformVersion` to `2021.3.3` - Change since/until build to `213-222.*` (2021.3 - 2022.2) - Dependencies - upgrade `org.jetbrains.intellij` to `1.8.0` diff --git a/README.md b/README.md index 0346c2f..fe1e114 100644 --- a/README.md +++ b/README.md @@ -362,7 +362,7 @@ Dependabot is a bot provided by GitHub to check the build configuration files an > 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.5 +> gradleVersion = ... > ``` > and run > ```bash diff --git a/gradle.properties b/gradle.properties index d7a79f6..f670443 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ platformVersion = 2021.3.3 platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.5 +gradleVersion = 7.5.1 # Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library # suppress inspection "UnusedProperty" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8049c68..ae04661 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.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists