Skip to content

Commit ef57c1a

Browse files
authored
Update IntelliJ Platform Gradle Plugin to 2.10.5. (#8648)
https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
1 parent d5ef4c9 commit ef57c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins {
4040
// https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
4141
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
4242
id("java") // Java support
43-
id("org.jetbrains.intellij.platform") version "2.10.2" // IntelliJ Platform Gradle Plugin
43+
id("org.jetbrains.intellij.platform") version "2.10.5" // IntelliJ Platform Gradle Plugin
4444
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
4545
id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin
4646
idea // IntelliJ IDEA support

0 commit comments

Comments
 (0)