Upgrade Gradle Wrapper to 8.10.1

This commit is contained in:
Yann Cébron 2024-09-11 16:23:58 +02:00 committed by Jakub Chrzanowski
parent 4cf4ef8a95
commit 023aa9e243
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ platformPlugins =
platformBundledPlugins =
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.10
gradleVersion = 8.10.1
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false

View File

@ -6,7 +6,7 @@
### Changed
- Upgrade Gradle Wrapper to `8.10`
- Upgrade Gradle Wrapper to `8.10.1`
- Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4`
### Fixed

View File

@ -21,7 +21,7 @@ platformPlugins =
platformBundledPlugins =
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.10
gradleVersion = 8.10.1
# 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.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME