Upgrade Gradle Wrapper to 8.1

This commit is contained in:
Jakub Chrzanowski
2023-04-12 20:57:37 +02:00
committed by Jakub Chrzanowski
parent 4c449eb2f6
commit 935e39aa55
6 changed files with 10 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ platformVersion = 2022.1.4
platformPlugins =
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.0.2
gradleVersion = 8.1
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
@@ -28,4 +28,4 @@ kotlin.stdlib.default.dependency = false
org.gradle.unsafe.configuration-cache = true
# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
kotlin.incremental.useClasspathSnapshot=false
kotlin.incremental.useClasspathSnapshot = false