Skip to content

Commit 3bc7019

Browse files
committed
Fix Gateway SDK version for 2025.3
Use version string (253.28294-EAP-CANDIDATE-SNAPSHOT) instead of build number (253.28294.92)
1 parent a1589c0 commit 3bc7019

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ object IdeVersions {
156156
Profile(
157157
name = "2025.3",
158158
gateway = ProductProfile(
159-
sdkVersion = "253.28294.92",
159+
sdkVersion = "253.28294-EAP-CANDIDATE-SNAPSHOT",
160160
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
161161
),
162162
community = ProductProfile(

0 commit comments

Comments
 (0)