Upgrade Gradle Wrapper to 7.5.1

This commit is contained in:
Jakub Chrzanowski
2022-08-07 21:28:06 +02:00
committed by Jakub Chrzanowski
parent 00bef827ee
commit 1dfd8ffe44
5 changed files with 5 additions and 5 deletions

View File

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