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 b3b5f5a commit bb1a0a0Copy full SHA for bb1a0a0
2 files changed
gradle.properties
@@ -20,7 +20,7 @@ platformPlugins = com.jetbrains.hackathon.indices.viewer:1.26
20
platformBundledPlugins =
21
22
# Gradle Releases -> https://github.com/gradle/gradle/releases
23
-gradleVersion = 8.12
+gradleVersion = 9.0.0
24
25
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
26
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-8.12-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments