From 54b8cd87e660b22cca953d148b27be53e0c485cf Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 19 Apr 2023 10:00:30 -0400 Subject: [PATCH] Moves plugin to gradle 8.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1ac7776..0e4dc43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ platformVersion = 2022.2 platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 7.5.1 +gradleVersion = 8.1 # Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library # suppress inspection "UnusedProperty"