Skip to content

Commit f26cd74

Browse files
committed
update build profiles
1 parent f92e7df commit f26cd74

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

common-build-logic/src/main/kotlin/common/BuildProfile.kt

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ object BuildProfiles {
173173

174174
Profile.p241 to BuildProfile(
175175
profile = Profile.p241,
176-
platformVersion = "2024.1.4",
177-
riderVersion = "2024.1.4",
178-
pycharmVersion = "2024.1.4",
176+
platformVersion = "2024.1.5",
177+
riderVersion = "2024.1.5",
178+
pycharmVersion = "2024.1.5",
179179
riderTargetFramework = "net8.0",
180180
riderResharperVersionConstant = "PROFILE_2023_2",
181181
platformVersionCode = "241",
@@ -188,19 +188,35 @@ object BuildProfiles {
188188

189189

190190
Profile.p242 to BuildProfile(
191-
isEAP = true,
192191
profile = Profile.p242,
193-
platformVersion = "242-EAP-SNAPSHOT",
192+
platformVersion = "2024.2",
193+
//todo: change rider version when its out
194194
riderVersion = "2024.2-EAP9-SNAPSHOT",
195-
pycharmVersion = "242-EAP-SNAPSHOT",
195+
pycharmVersion = "2024.2",
196196
riderTargetFramework = "net8.0",
197197
riderResharperVersionConstant = "PROFILE_2023_2",
198198
platformVersionCode = "242",
199199
pluginSinceBuild = "242",
200200
pluginUntilBuild = "242.*",
201201
kotlinTarget = KotlinVersion.KOTLIN_1_9.version,
202202
javaVersion = JavaVersion.VERSION_17.majorVersion,
203-
)
203+
),
204+
205+
//todo: next EAP
206+
// Profile.p243 to BuildProfile(
207+
// isEAP = true,
208+
// profile = Profile.p243,
209+
// platformVersion = "2024.2",
210+
// riderVersion = "2024.2-EAP9-SNAPSHOT",
211+
// pycharmVersion = "2024.2",
212+
// riderTargetFramework = "net8.0",
213+
// riderResharperVersionConstant = "PROFILE_2023_2",
214+
// platformVersionCode = "242",
215+
// pluginSinceBuild = "242",
216+
// pluginUntilBuild = "242.*",
217+
// kotlinTarget = KotlinVersion.KOTLIN_1_9.version,
218+
// javaVersion = JavaVersion.VERSION_17.majorVersion,
219+
// )
204220

205221
)
206222

0 commit comments

Comments
 (0)