From d29ec6bc609eb6304b2c0ca5ac4ead0d58f180b9 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 17 Aug 2023 11:12:52 +0200 Subject: [PATCH] Upgrade Gradle Wrapper to `8.3` --- .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 f5eff5f..3621083 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.2.1 +gradleVersion = 8.3 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false