Skip to content

Commit 6955ef9

Browse files
authored
Fix broken Gateway / Rider profiles due to missing assets (#4984)
1 parent 5c97bcc commit 6955ef9

File tree

1 file changed

+3
-3
lines changed
  • buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ object IdeVersions {
101101
Profile(
102102
name = "2024.2",
103103
gateway = ProductProfile(
104-
sdkVersion = "242.20224-EAP-CANDIDATE-SNAPSHOT",
104+
sdkVersion = "242.23726-EAP-CANDIDATE-SNAPSHOT",
105105
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
106106
),
107107
community = ProductProfile(
@@ -132,11 +132,11 @@ object IdeVersions {
132132
)
133133
),
134134
rider = RiderProfile(
135-
sdkVersion = "2024.2-EAP7-SNAPSHOT",
135+
sdkVersion = "2024.2",
136136
bundledPlugins = commonPlugins,
137137
netFrameworkTarget = "net472",
138138
rdGenVersion = "2024.1.1",
139-
nugetVersion = " 2024.2.0-eap07"
139+
nugetVersion = " 2024.2.0"
140140
)
141141
),
142142
Profile(

0 commit comments

Comments
 (0)