Skip to content

Commit 61fc9d3

Browse files
committed
chore(intellij): update dependencies and gradle
1 parent 90673bf commit 61fc9d3

File tree

7 files changed

+13
-17
lines changed

7 files changed

+13
-17
lines changed

intellij-client/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginVersion = 2.1.0
88

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

1313

1414
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
@@ -18,14 +18,14 @@ platformVersion = 2025.1
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
2020
#platformPlugins = com.redhat.devtools.lsp4ij:0.13.0-20250502-121924@nightly
21-
platformPlugins = com.redhat.devtools.lsp4ij:0.14.2
21+
platformPlugins = com.redhat.devtools.lsp4ij:0.19.1
2222

2323

2424
# Example: platformBundledPlugins = com.intellij.java
2525
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
2626

2727
# Gradle Releases -> https://github.com/gradle/gradle/releases
28-
gradleVersion = 8.14
28+
gradleVersion = 9.2.1
2929

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

intellij-client/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ junit = "4.13.2"
66
lsp4j = "0.21.1"
77

88
# plugins
9-
changelog = "2.2.1"
10-
intelliJPlatForm = "2.7.2"
11-
kotlin = "2.1.10"
12-
kover = "0.9.1"
9+
changelog = "2.5.0"
10+
intelliJPlatForm = "2.10.5"
11+
kotlin = "2.3.0"
12+
kover = "0.9.4"
1313

1414
[libraries.lsp4j]
1515
group = "org.eclipse.lsp4j"
2 KB
Binary file not shown.

intellij-client/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

intellij-client/gradlew

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intellij-client/gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
2+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
33
}
44

55
rootProject.name = "robotcode4ij"

0 commit comments

Comments
 (0)