@@ -232,11 +232,10 @@ object BuildProfiles {
232232 ),
233233
234234 Profile .p251 to BuildProfile (
235- isEAP = true ,
236- profile = Profile .p243,
237- platformVersion = " 251.23774.318-EAP-SNAPSHOT" ,
238- riderVersion = " 2025.1-RC1-SNAPSHOT" ,
239- pycharmVersion = " 251-EAP-SNAPSHOT" ,
235+ profile = Profile .p251,
236+ platformVersion = " 2025.1" ,
237+ riderVersion = " 2025.1" ,
238+ pycharmVersion = " 2025.1" ,
240239 riderTargetFramework = " net8.0" ,
241240 riderResharperVersionConstant = " PROFILE_2023_2;PROFILE_2024_3" ,
242241 platformVersionCode = " 251" ,
@@ -247,6 +246,23 @@ object BuildProfiles {
247246 javaVersion = JavaVersion .VERSION_21 .majorVersion,
248247 )
249248
249+ // todo: 252 EAP
250+ // Profile.p252 to BuildProfile(
251+ // isEAP = true,
252+ // profile = Profile.p252,
253+ // platformVersion = "251.23774.318-EAP-SNAPSHOT",
254+ // riderVersion = "2025.1-RC1-SNAPSHOT",
255+ // pycharmVersion = "251-EAP-SNAPSHOT",
256+ // riderTargetFramework = "net8.0",
257+ // riderResharperVersionConstant = "PROFILE_2023_2;PROFILE_2024_3",
258+ // platformVersionCode = "251",
259+ // pluginSinceBuild = "252",
260+ // pluginUntilBuild = "252.*",
261+ // kotlinTarget = KotlinVersion.KOTLIN_2_0,
262+ // kotlinJvmTarget = JvmTarget.JVM_21,
263+ // javaVersion = JavaVersion.VERSION_21.majorVersion,
264+ // )
265+
250266 )
251267
252268}
0 commit comments