File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
77pluginVersion = 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
1111pluginUntilBuild = 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
1721gradleVersion = 8.14.1
You can’t perform that action at this time.
0 commit comments