From 445723d8f865cde608b6caf0bd323f09b3d52835 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 25 Nov 2025 11:08:14 +0100 Subject: [PATCH] Upgrade Gradle Wrapper to `9.2.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 876a5ca..c6b8edc 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.2.0 +gradleVersion = 9.2.1 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false