Update Gradle Wrapper to `7.4.1`

pull/295/head
Yann Cébron 2 years ago committed by Jakub Chrzanowski
parent 8b00950fa9
commit e004764676

@ -23,7 +23,7 @@ platformPlugins =
javaVersion = 11 javaVersion = 11
# Gradle Releases -> https://github.com/gradle/gradle/releases # Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.4 gradleVersion = 7.4.1
# Opt-out flag for bundling Kotlin standard library. # Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

@ -5,6 +5,7 @@
## [Unreleased] ## [Unreleased]
### Changed ### Changed
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `3` - Dependencies (GitHub Actions) - upgrade `actions/checkout` to `3`
- Upgrade Gradle Wrapper to `7.4.1`
## [1.1.2] ## [1.1.2]
### Changed ### Changed

@ -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. > **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: > Check the [Gradle Releases][gradle-releases] page and update your `gradle.properties` file with:
> ```properties > ```properties
> gradleVersion = 7.4 > gradleVersion = 7.4.1
> ``` > ```
> and run > and run
> ```bash > ```bash

@ -23,7 +23,7 @@ platformPlugins =
javaVersion = 11 javaVersion = 11
# Gradle Releases -> https://github.com/gradle/gradle/releases # Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.4 gradleVersion = 7.4.1
# Opt-out flag for bundling Kotlin standard library. # Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

Loading…
Cancel
Save