Skip to content

Commit 8422585

Browse files
authored
Merge pull request #2688 from digma-ai/update-eap-profile
update eap profile and gradle plugin
2 parents 47262f9 + 289d796 commit 8422585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ object BuildProfiles {
234234
Profile.p251 to BuildProfile(
235235
isEAP = true,
236236
profile = Profile.p243,
237-
platformVersion = "251.23774.109-EAP-SNAPSHOT",
238-
riderVersion = "2025.1-EAP8-SNAPSHOT",
237+
platformVersion = "251.23774.200-EAP-SNAPSHOT",
238+
riderVersion = "2025.1-EAP9-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.2.1"
22+
id("org.jetbrains.intellij.platform.settings") version "2.3.0"
2323
}
2424

2525
/*

0 commit comments

Comments
 (0)