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 979e0a4 commit 626f9b5Copy full SHA for 626f9b5
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
// Java support
7
id("java")
8
// Gradle IntelliJ Plugin
9
- id("org.jetbrains.intellij") version "1.8.0"
+ id("org.jetbrains.intellij") version "1.17.3"
10
// Gradle Changelog Plugin
11
id("org.jetbrains.changelog") version "1.3.1"
12
// Gradle Qodana Plugin
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments