Skip to content

Commit e94c96b

Browse files
committed
fix: update IntelliJ platform version and plugin dependencies
because of some new features regarding syntax highlightning and text mate the minimal supported version is PyCharm 2025.1
1 parent b5fa232 commit e94c96b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

intellij-client/gradle.properties

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,25 @@ pluginRepositoryUrl = https://github.com/robotcodedev/robotcode4ij
77
pluginVersion = 1.1.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 243
11-
pluginUntilBuild = 251.*
10+
pluginSinceBuild = 251
11+
pluginUntilBuild = 261.*
1212

1313

1414
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1515
platformType = PC
16-
platformVersion = 2024.3.1
16+
platformVersion = 2025.1
1717

1818
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1919
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
20-
platformPlugins = com.redhat.devtools.lsp4ij:0.10.0
20+
#platformPlugins = com.redhat.devtools.lsp4ij:0.13.0-20250501-072621@nightly
21+
platformPlugins = com.redhat.devtools.lsp4ij:0.12.0
22+
23+
2124
# Example: platformBundledPlugins = com.intellij.java
2225
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
2326

2427
# Gradle Releases -> https://github.com/gradle/gradle/releases
25-
gradleVersion = 8.12
28+
gradleVersion = 8.14
2629

2730
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2831
kotlin.stdlib.default.dependency = false

intellij-client/gradle/libs.versions.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
# libraries
3-
annotations = "26.0.1"
4-
kotlinxSerialization = "1.7.3"
3+
annotations = "26.0.2"
4+
kotlinxSerialization = "1.8.1"
55
junit = "4.13.2"
66
lsp4j = "0.21.1"
77

88
# plugins
99
changelog = "2.2.1"
10-
intelliJPlatForm = "2.2.1"
10+
intelliJPlatForm = "2.5.0"
1111
kotlin = "2.1.0"
1212
kover = "0.9.1"
1313

@@ -55,5 +55,3 @@ version.ref = "kover"
5555
[plugins.kotlinSerialization]
5656
id = "org.jetbrains.kotlin.plugin.serialization"
5757
version.ref = "kotlin"
58-
59-

0 commit comments

Comments
 (0)