Skip to content

Commit c49ba94

Browse files
authored
Update the org.jetbrains.intellij.platform Gradle plugin to 2.7.0 (#38)
https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform
1 parent f83c21f commit c49ba94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
plugins {
1818
id("java") // Java support
1919
id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support
20-
id("org.jetbrains.intellij.platform") version "2.6.0" // IntelliJ Platform Gradle Plugin
20+
id("org.jetbrains.intellij.platform") version "2.7.0" // IntelliJ Platform Gradle Plugin
2121
}
2222

2323
// Configure project's dependencies

0 commit comments

Comments
 (0)