From 75b89671580ba59737d6ff1664704bf30cd8433a Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 28 May 2025 21:41:40 +0200 Subject: [PATCH] Upgrade Gradle Wrapper to `8.14.1` --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 2 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 257da7c..e669916 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -20,7 +20,7 @@ platformPlugins = platformBundledPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.14 +gradleVersion = 8.14.1 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f897ed..c8aaaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ ### Changed -- Upgrade Gradle Wrapper to `8.14` +- Upgrade Gradle Wrapper to `8.14.1` - Update `platformVersion` to `2024.2.6` - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.6.0` - Dependencies - upgrade `org.jetbrains.qodana` to `2025.1.1` diff --git a/gradle.properties b/gradle.properties index f2e432a..8d0d2db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ platformPlugins = platformBundledPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.14 +gradleVersion = 8.14.1 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ca025c8..002b867 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME