Skip to content

Commit 6ffef26

Browse files
committed
update build profiles
1 parent f26cd74 commit 6ffef26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,12 @@ object BuildProfiles {
188188

189189

190190
Profile.p242 to BuildProfile(
191+
//todo: keeping this profile as EAP until rider 2024.2 is releases because there is no binary release of rider yet
192+
// thst's instead of treating Idea and rider differently in build scripts
193+
isEAP = true,
194+
191195
profile = Profile.p242,
192196
platformVersion = "2024.2",
193-
//todo: change rider version when its out
194197
riderVersion = "2024.2-EAP9-SNAPSHOT",
195198
pycharmVersion = "2024.2",
196199
riderTargetFramework = "net8.0",

0 commit comments

Comments
 (0)