Upgrade Gradle Wrapper to 7.4

This commit is contained in:
Yann Cébron
2022-02-08 18:08:22 +01:00
committed by Jakub Chrzanowski
parent a5a7a1f0c3
commit 5e63f87291
6 changed files with 5 additions and 4 deletions

View File

@@ -340,7 +340,7 @@ Dependabot is a bot provided by GitHub to check the build configuration files an
> **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.3
> gradleVersion = 7.4
> ```
> and run
> ```bash