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 d5ef4c9 commit ef57c1aCopy full SHA for ef57c1a
build.gradle.kts
@@ -40,7 +40,7 @@ plugins {
40
// https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
41
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
42
id("java") // Java support
43
- id("org.jetbrains.intellij.platform") version "2.10.2" // IntelliJ Platform Gradle Plugin
+ id("org.jetbrains.intellij.platform") version "2.10.5" // IntelliJ Platform Gradle Plugin
44
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
45
id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin
46
idea // IntelliJ IDEA support
0 commit comments