We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26cd74 commit 6ffef26Copy full SHA for 6ffef26
common-build-logic/src/main/kotlin/common/BuildProfile.kt
@@ -188,9 +188,12 @@ object BuildProfiles {
188
189
190
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
+
195
profile = Profile.p242,
196
platformVersion = "2024.2",
- //todo: change rider version when its out
197
riderVersion = "2024.2-EAP9-SNAPSHOT",
198
pycharmVersion = "2024.2",
199
riderTargetFramework = "net8.0",
0 commit comments