Skip to content

Commit b102d65

Browse files
CM-62296: Add IntelliJ IDEA 2026.1 support (#98)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1501873 commit b102d65

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle.properties

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

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

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
1414
# 2021.1 - Apple Silicon support + fixes for development on Apple Silicon
@@ -18,7 +18,7 @@ pluginUntilBuild = 253.*
1818
platformVersion = 2024.1
1919

2020
# Gradle Releases -> https://github.com/gradle/gradle/releases
21-
gradleVersion = 8.14.1
21+
gradleVersion = 9.4.1
2222

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

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ flexmark = "0.64.8"
88
dokka = "1.9.20"
99
kotlin = "2.2.0"
1010
changelog = "2.2.1"
11-
gradleIntelliJPlugin = "2.10.4"
12-
kover = "0.9.0"
11+
gradleIntelliJPlugin = "2.13.1"
12+
kover = "0.9.8"
1313

1414
[libraries]
1515
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }

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.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)