From 08d83f4f967cc432a0445782034d96ef37a2c993 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Sat, 26 Jul 2025 08:23:01 +0200 Subject: [PATCH] Upgrade Gradle Wrapper to `8.14.3` --- .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 e11466a..b75af41 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.1 +gradleVersion = 8.14.3 # 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 d27b478..748dde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ ### Changed -- Upgrade Gradle Wrapper to `8.14.1` +- Upgrade Gradle Wrapper to `8.14.3` - Update `platformVersion` to `2024.3.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 75d7b03..be52e3b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ platformPlugins = platformBundledPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.14.1 +gradleVersion = 8.14.3 # 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 002b867..d4081da 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.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME