Skip to content

Commit

Permalink
Merge main into feature/build-execute
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Feb 26, 2025
2 parents bd7b23e + d42fb07 commit 85bbd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/toolkit/jetbrains-rider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
// FIX_WHEN_MIN_IS_251: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1774
when (providers.gradleProperty("ideProfileName").get()) {
"2023.3", "2024.1" -> {}
"2024.2", "2024.3" -> {
"2024.2", "2024.3", "2025.1" -> {
bundledModule("intellij.rider")
}
}
Expand Down

0 comments on commit 85bbd3d

Please sign in to comment.