Skip to content

Commit c3076b4

Browse files
authored
Update the org.jetbrains.intellij.platform version to 2.5.0 (#8038)
See https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform This resolves #8037
1 parent 334b829 commit c3076b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ plugins {
3232
// https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
3333
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
3434
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
35-
// TODO(jwren) "2.2.0" can't be used to build 2023.3, as soon as we don't support this version, update the version here and elsewhere:
36-
id("org.jetbrains.intellij.platform") version "2.4.0"
35+
id("org.jetbrains.intellij.platform") version "2.5.0"
3736
id("org.jetbrains.kotlin.jvm") version "2.1.20"
3837
}
3938

Diff for: flutter-idea/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
2424
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
2525
id("java")
26-
id("org.jetbrains.intellij.platform") version "2.4.0"
26+
id("org.jetbrains.intellij.platform") version "2.5.0"
2727
id("org.jetbrains.kotlin.jvm") version "2.1.20"
2828
}
2929

0 commit comments

Comments
 (0)