Upgrade Gradle version to 9.3.1.

This commit is contained in:
Jakub Chrzanowski 2026-02-03 13:55:13 +01:00
parent f8229a3895
commit 3b82aed420
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B

View File

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