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 62b8fc3 commit 8c5d1ebCopy full SHA for 8c5d1eb
build.gradle.kts
@@ -38,7 +38,7 @@ plugins {
38
// https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
39
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
40
id("java") // Java support
41
- id("org.jetbrains.intellij.platform") version "2.7.0" // IntelliJ Platform Gradle Plugin
+ id("org.jetbrains.intellij.platform") version "2.7.2" // IntelliJ Platform Gradle Plugin
42
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
43
id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin
44
}
0 commit comments