Skip to content

Commit 8d2ad60

Browse files
committed
CM-55396: bump minimum supported version
1 parent f1d5571 commit 8d2ad60

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation(libs.flexmark)
3333

3434
intellijPlatform {
35-
intellijIdea(properties("platformVersion"))
35+
intellijIdeaCommunity(properties("platformVersion"))
3636
// Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
3737
// Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
3838
bundledPlugin("com.intellij.java")

gradle.properties

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
77
pluginVersion = 2.6.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 231
10+
pluginSinceBuild = 241
1111
pluginUntilBuild = 253.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
14-
platformVersion = 2025.2
14+
# 2021.1 - Apple Silicon support + fixes for development on Apple Silicon
15+
# 2022.3 - minimum version for IntelliJ Platform Gradle Plugin (2.x)
16+
# 2023.1 - allows to fix "com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated blabla"
17+
# 2024.1 - allows to fix "com.cycode.plugin.services.ServicesKt" compatibility issues
18+
platformVersion = 2024.1
1519

1620
# Gradle Releases -> https://github.com/gradle/gradle/releases
1721
gradleVersion = 8.14.1

0 commit comments

Comments
 (0)