Upgrade Gradle Wrapper to `7.2`

pull/175/head
Jakub Chrzanowski 3 years ago committed by Jakub Chrzanowski
parent c90746c66b
commit 904e16d187

@ -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.

@ -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`

@ -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

@ -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.

@ -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

Loading…
Cancel
Save