From 6e12719a6bbb829de5369effb012342ef502eb4d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 17 Feb 2023 22:15:58 +0100 Subject: [PATCH] Upgrade Gradle Wrapper to `8.0.1` --- .github/template-cleanup/gradle.properties | 2 +- .idea/gradle.xml | 3 --- CHANGELOG.md | 2 +- build.gradle.kts | 6 ++++++ gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index f395f83..041d446 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -19,7 +19,7 @@ platformVersion = 2021.3.3 platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.0 +gradleVersion = 8.0.1 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib # suppress inspection "UnusedProperty" diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 6622921..1ace7cf 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,9 +4,6 @@