From 3960a508a25e4e614fc19c6b8b836bb5225bb6f1 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 10 Nov 2021 14:03:47 +0100 Subject: [PATCH] Upgrade Gradle Wrapper to `7.3` --- CHANGELOG.md | 3 ++- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d09b1..fb29ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - GitHub Actions - prepare plugin archive content to be archived once - GitHub Actions - patch changelog only if change notes are provided - Update `pluginUntilBuild` to include `213.*` (2021.3.*) +- Upgrade Gradle Wrapper to `7.3` ### Fixed - Fixed passing change notes from `CHANGELOG.md` to the Release Draft @@ -24,7 +25,7 @@ ### Removed - Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier` - Removed `platformDownloadSources` from Gradle configuration to use default value -- Removed `updateSinceUntilBuild.set(true)` from Gradle configuration to use default value +- Removed `updateSinceUntilBuild.set(true)` from Gradle configuration to use default value ## [1.0.0] ### Added diff --git a/gradle.properties b/gradle.properties index 87c936f..816fea6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ platformPlugins = javaVersion = 11 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.2 +gradleVersion = 7.3 # 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 ffed3a2..e750102 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.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists