Upgrade Gradle Wrapper to 7.2

This commit is contained in:
Jakub Chrzanowski
2021-08-18 12:23:06 +02:00
committed by Jakub Chrzanowski
parent c90746c66b
commit 904e16d187
5 changed files with 5 additions and 5 deletions

View File

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