upgrade Gradle wrapper to 7.4.2

pull/295/head
Yann Cébron 2 years ago committed by Jakub Chrzanowski
parent 06795471f0
commit d267051154

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

@ -16,7 +16,7 @@
- Dependencies (GitHub Actions) - upgrade `actions/setup-java` to `3`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `3`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `5.1.0`
- Upgrade Gradle Wrapper to `7.4.1`
- Upgrade Gradle Wrapper to `7.4.2`
## [1.1.2]
### Changed

@ -342,7 +342,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.1
> gradleVersion = 7.4.2
> ```
> and run
> ```bash

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

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

Loading…
Cancel
Save