File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,11 @@ object IdeVersions {
156156 Profile (
157157 name = " 2025.3" ,
158158 gateway = ProductProfile (
159- sdkVersion = " 2025.3-EAP-SNAPSHOT " ,
159+ sdkVersion = " 2025.3" ,
160160 bundledPlugins = listOf (" org.jetbrains.plugins.terminal" )
161161 ),
162162 community = ProductProfile (
163- sdkVersion = " 2025.3-EAP-SNAPSHOT " ,
163+ sdkVersion = " 2025.3" ,
164164 bundledPlugins = commonPlugins + listOf (
165165 " com.intellij.java" ,
166166 " com.intellij.gradle" ,
@@ -176,7 +176,7 @@ object IdeVersions {
176176 )
177177 ),
178178 ultimate = ProductProfile (
179- sdkVersion = " 2025.3-EAP-SNAPSHOT " ,
179+ sdkVersion = " 2025.3" ,
180180 bundledPlugins = commonPlugins + listOf (
181181 " JavaScript" ,
182182 " JavaScriptDebugger" ,
You can’t perform that action at this time.
0 commit comments