File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
common-build-logic/src/main/kotlin/common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919plugins {
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/*
You can’t perform that action at this time.
0 commit comments