From 9d7a764e1923375d3510090f255983245ba84ec6 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Sun, 2 Nov 2025 14:42:06 +0100 Subject: [PATCH] Update `gradleVersion` to `9.2.0` --- .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 4005169..876a5ca 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -22,7 +22,7 @@ platformBundledPlugins = platformBundledModules = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 9.1.0 +gradleVersion = 9.2.0 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false