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 2c39bc5 commit c1acbc8Copy full SHA for c1acbc8
build.gradle.kts
@@ -35,7 +35,7 @@ plugins {
35
// https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
36
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
37
id("java") // Java support
38
- id("org.jetbrains.intellij.platform") version "2.6.0" // IntelliJ Platform Gradle Plugin
+ id("org.jetbrains.intellij.platform") version "2.7.0" // IntelliJ Platform Gradle Plugin
39
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
40
}
41
0 commit comments