Upgrade Gradle Wrapper to 8.14.3

This commit is contained in:
Jakub Chrzanowski 2025-07-26 08:23:01 +02:00
parent 4956d17378
commit 08d83f4f96
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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`

View File

@ -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

View File

@ -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