Skip to content

Commit 070012f

Browse files
authored
Merge pull request #2682 from digma-ai/update-build-profiles
update profiles and plugin version
2 parents 173c30e + 2f03d73 commit 070012f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
//NOTE: 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.2.1") // Update also org.jetbrains.intellij.platform.settings in settings.gradle.kts
16+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.3.0") // Update also org.jetbrains.intellij.platform.settings in settings.gradle.kts
1717
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10")
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ object BuildProfiles {
218218

219219
Profile.p243 to BuildProfile(
220220
profile = Profile.p243,
221-
platformVersion = "2024.3.3",
222-
riderVersion = "2024.3.5",
221+
platformVersion = "2024.3.4.1",
222+
riderVersion = "2024.3.6",
223223
pycharmVersion = "2024.3",
224224
riderTargetFramework = "net8.0",
225225
riderResharperVersionConstant = "PROFILE_2023_2;PROFILE_2024_3",
@@ -234,8 +234,8 @@ object BuildProfiles {
234234
Profile.p251 to BuildProfile(
235235
isEAP = true,
236236
profile = Profile.p243,
237-
platformVersion = "251.22821-EAP-CANDIDATE-SNAPSHOT",
238-
riderVersion = "2025.1-EAP5-SNAPSHOT",
237+
platformVersion = "251.23774.109-EAP-SNAPSHOT",
238+
riderVersion = "2025.1-EAP8-SNAPSHOT",
239239
pycharmVersion = "251-EAP-SNAPSHOT",
240240
riderTargetFramework = "net8.0",
241241
riderResharperVersionConstant = "PROFILE_2023_2;PROFILE_2024_3",

0 commit comments

Comments
 (0)