Skip to content

Update the org.jetbrains.intellij.platform version to 2.5.0 #8038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ plugins {
// https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
// 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:
id("org.jetbrains.intellij.platform") version "2.4.0"
id("org.jetbrains.intellij.platform") version "2.5.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside: would it make sense to store this in the product matrix file to keep related configuration in one place?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we have too I suppose, I sure hope that we don't have to have different settings here for each version shipped. As you see in the comment, I have been predicating our support of older versions on us not fragmenting the number of inputs even more.

id("org.jetbrains.kotlin.jvm") version "2.1.20"
}

Expand Down
2 changes: 1 addition & 1 deletion flutter-idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
id("java")
id("org.jetbrains.intellij.platform") version "2.4.0"
id("org.jetbrains.intellij.platform") version "2.5.0"
id("org.jetbrains.kotlin.jvm") version "2.1.20"
}

Expand Down