diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index bee1c0c..842d979 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -23,7 +23,7 @@ platformPlugins = javaVersion = 11 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.3.3 +gradleVersion = 7.4 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/CHANGELOG.md b/CHANGELOG.md index b010ed4..948851c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Changed - Update `platformVersion` to `2021.1.3` for compatibility with Apple M1 - Change since/until build to `211-221.*` +- Upgrade Gradle Wrapper to `7.4` ## [1.1.1] ### Changed diff --git a/README.md b/README.md index 06dd7c4..834274f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index c9e7123..6625360 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ platformPlugins = javaVersion = 11 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.3.3 +gradleVersion = 7.4 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7454180..41d9927 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6e589..41dfb87 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists