File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,25 @@ pluginRepositoryUrl = https://github.com/robotcodedev/robotcode4ij
77pluginVersion = 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
1515platformType = 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
2225platformBundledPlugins = 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
2831kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change 11[versions ]
22# libraries
3- annotations = " 26.0.1 "
4- kotlinxSerialization = " 1.7.3 "
3+ annotations = " 26.0.2 "
4+ kotlinxSerialization = " 1.8.1 "
55junit = " 4.13.2"
66lsp4j = " 0.21.1"
77
88# plugins
99changelog = " 2.2.1"
10- intelliJPlatForm = " 2.2.1 "
10+ intelliJPlatForm = " 2.5.0 "
1111kotlin = " 2.1.0"
1212kover = " 0.9.1"
1313
@@ -55,5 +55,3 @@ version.ref = "kover"
5555[plugins .kotlinSerialization ]
5656id = " org.jetbrains.kotlin.plugin.serialization"
5757version.ref = " kotlin"
58-
59-
You can’t perform that action at this time.
0 commit comments