Skip to content

Commit 6c1adf8

Browse files
authored
Merge pull request #2667 from digma-ai/update-build-profiles
update build profiles
2 parents 22b1fff + 41dc94d commit 6c1adf8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

common-build-logic/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ repositories {
1111
}
1212

1313
dependencies {
14-
//when updating intellij-platform-gradle-plugin update also org.jetbrains.intellij.platform.settings plugin
14+
//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.1.0") // Update also org.jetbrains.intellij.platform.settings in settings.gradle.kts
16+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.2.1") // 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.2.1",
222-
riderVersion = "2024.3.4",
221+
platformVersion = "2024.3.3",
222+
riderVersion = "2024.3.5",
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.17181-EAP-CANDIDATE-SNAPSHOT",
238-
riderVersion = "2025.1-EAP1-SNAPSHOT",
237+
platformVersion = "251.20015-EAP-CANDIDATE-SNAPSHOT",
238+
riderVersion = "2025.1-EAP3-SNAPSHOT",
239239
pycharmVersion = "251-EAP-SNAPSHOT",
240240
riderTargetFramework = "net8.0",
241241
riderResharperVersionConstant = "PROFILE_2023_2;PROFILE_2024_3",

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id("rdgen-version-settings")
2121
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
22-
id("org.jetbrains.intellij.platform.settings") version "2.0.1"
22+
id("org.jetbrains.intellij.platform.settings") version "2.2.1"
2323
}
2424

2525
/*

0 commit comments

Comments
 (0)