Update Gradle Wrapper to 7.4.1

This commit is contained in:
Yann Cébron
2022-03-15 10:23:48 +01:00
committed by Jakub Chrzanowski
parent 8b00950fa9
commit e004764676
5 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.4
> gradleVersion = 7.4.1
> ```
> and run
> ```bash