We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd7b23e + d42fb07 commit 85bbd3dCopy full SHA for 85bbd3d
plugins/toolkit/jetbrains-rider/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
75
// FIX_WHEN_MIN_IS_251: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1774
76
when (providers.gradleProperty("ideProfileName").get()) {
77
"2023.3", "2024.1" -> {}
78
- "2024.2", "2024.3" -> {
+ "2024.2", "2024.3", "2025.1" -> {
79
bundledModule("intellij.rider")
80
}
81
0 commit comments