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.
2 parents 547eb54 + 487e059 commit 9360e07Copy full SHA for 9360e07
build.gradle
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
4
plugins {
5
id 'java'
6
- id 'org.jetbrains.intellij.platform' version '2.7.2'
+ id 'org.jetbrains.intellij.platform' version '2.10.1'
7
id 'org.jetbrains.kotlin.jvm' version '2.0.20'
8
}
9
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments