From 3b82aed4208edccbbce57380b35035b4ac5beb5e Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 3 Feb 2026 13:55:13 +0100 Subject: [PATCH] Upgrade Gradle version to `9.3.1`. --- .github/template-cleanup/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index c94ce81..fb0f1d3 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -21,7 +21,7 @@ platformBundledPlugins = platformBundledModules = # 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 kotlin.stdlib.default.dependency = false