We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c7dd0 commit 93320d4Copy full SHA for 93320d4
2 files changed
gradle.properties
@@ -19,7 +19,7 @@ platformPlugins = com.jetbrains.hackathon.indices.viewer:1.26
19
platformBundledPlugins =
20
21
# Gradle Releases -> https://github.com/gradle/gradle/releases
22
-gradleVersion = 9.0.0
+gradleVersion = 9.2.1
23
24
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
25
kotlin.stdlib.default.dependency = false
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments