Skip to content

Commit 85bbd3d

Browse files
Merge main into feature/build-execute
2 parents bd7b23e + d42fb07 commit 85bbd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/toolkit/jetbrains-rider/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
// FIX_WHEN_MIN_IS_251: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1774
7676
when (providers.gradleProperty("ideProfileName").get()) {
7777
"2023.3", "2024.1" -> {}
78-
"2024.2", "2024.3" -> {
78+
"2024.2", "2024.3", "2025.1" -> {
7979
bundledModule("intellij.rider")
8080
}
8181
}

0 commit comments

Comments
 (0)