From 8129b8c749715a0468c4b5641e6da32d7d58e8db Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 1 Dec 2023 13:40:52 +0100 Subject: [PATCH] `gradle.properties` sync --- .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 5181c5e..1395677 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -19,7 +19,7 @@ platformVersion = 2022.3.3 platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.4 +gradleVersion = 8.5 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false