Browse Source

Upgrade Gradle Wrapper to `9.2.1`

pull/551/head
Jakub Chrzanowski 3 weeks ago
parent
commit
445723d8f8
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
  1. 2
      .github/template-cleanup/gradle.properties

2
.github/template-cleanup/gradle.properties

@ -22,7 +22,7 @@ platformBundledPlugins = @@ -22,7 +22,7 @@ platformBundledPlugins =
platformBundledModules =
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 9.2.0
gradleVersion = 9.2.1
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false

Loading…
Cancel
Save