Skip to content

Commit bc73756

Browse files
authored
Merge pull request #2415 from digma-ai/update-build-profiles
update build profiles
2 parents aea810f + 1ce0677 commit bc73756

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

common-build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
dependencies {
1414
//when updating intellij-platform-gradle-plugin update also org.jetbrains.intellij.platform.settings plugin
1515
// in settings file to the same version. we need to maintain it in two places, unfortunately.
16-
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.0.0")
16+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.0.1")
1717
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24")
1818
implementation("com.glovoapp.gradle:versioning:1.1.10")
1919
implementation("de.undercouch:gradle-download-task:5.6.0")

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,9 @@ 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-
// that's instead of treating Idea and rider differently in build scripts
193-
isEAP = true,
194-
195191
profile = Profile.p242,
196-
platformVersion = "2024.2",
197-
riderVersion = "2024.2-EAP9-SNAPSHOT",
192+
platformVersion = "2024.2.0.1",
193+
riderVersion = "2024.2",
198194
pycharmVersion = "2024.2",
199195
riderTargetFramework = "net8.0",
200196
riderResharperVersionConstant = "PROFILE_2023_2",
@@ -210,8 +206,8 @@ object BuildProfiles {
210206
Profile.p243 to BuildProfile(
211207
isEAP = true,
212208
profile = Profile.p243,
213-
platformVersion = "2024.2",
214-
riderVersion = "2024.2-EAP9-SNAPSHOT",
209+
platformVersion = "2024.2.0.1",
210+
riderVersion = "2024.2",
215211
pycharmVersion = "2024.2",
216212
riderTargetFramework = "net8.0",
217213
riderResharperVersionConstant = "PROFILE_2023_2",

0 commit comments

Comments
 (0)