@@ -117,7 +117,7 @@ object BuildProfiles {
117117 )
118118
119119
120- // todo: check products releases file, can be used to automatically to update the profiles
120+ // todo: check products releases file, can be used to automatically update the profiles
121121 // https://www.jetbrains.com/updates/updates.xml
122122 // IntelliJPluginConstants.IDEA_PRODUCTS_RELEASES_URL
123123 // https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#tasks-listproductsreleases
@@ -142,7 +142,7 @@ object BuildProfiles {
142142 profile = Profile .p241,
143143 platformVersion = " 2024.1.7" ,
144144 riderVersion = " 2024.1.6" ,
145- pycharmVersion = " 2024.1.5 " ,
145+ pycharmVersion = " 2024.1.7 " ,
146146 riderTargetFramework = " net8.0" ,
147147 riderResharperVersionConstant = " " ,
148148 platformVersionCode = " 241" ,
@@ -157,9 +157,9 @@ object BuildProfiles {
157157
158158 Profile .p242 to BuildProfile (
159159 profile = Profile .p242,
160- platformVersion = " 2024.2.4 " ,
160+ platformVersion = " 2024.2.6 " ,
161161 riderVersion = " 2024.2.7" ,
162- pycharmVersion = " 2024.2" ,
162+ pycharmVersion = " 2024.2.6 " ,
163163 riderTargetFramework = " net8.0" ,
164164 riderResharperVersionConstant = " " ,
165165 platformVersionCode = " 242" ,
@@ -174,7 +174,7 @@ object BuildProfiles {
174174 profile = Profile .p243,
175175 platformVersion = " 2024.3.5" ,
176176 riderVersion = " 2024.3.6" ,
177- pycharmVersion = " 2024.3" ,
177+ pycharmVersion = " 2024.3.5 " ,
178178 riderTargetFramework = " net8.0" ,
179179 riderResharperVersionConstant = " PROFILE_2024_3" ,
180180 platformVersionCode = " 243" ,
@@ -189,7 +189,7 @@ object BuildProfiles {
189189 profile = Profile .p251,
190190 platformVersion = " 2025.1.2" ,
191191 riderVersion = " 2025.1.2" ,
192- pycharmVersion = " 2025.1.1.1 " ,
192+ pycharmVersion = " 2025.1.2 " ,
193193 riderTargetFramework = " net8.0" ,
194194 riderResharperVersionConstant = " PROFILE_2024_3" ,
195195 platformVersionCode = " 251" ,
@@ -215,7 +215,6 @@ object BuildProfiles {
215215 kotlinJvmTarget = JvmTarget .JVM_21 ,
216216 javaVersion = JavaVersion .VERSION_21 .majorVersion,
217217 )
218-
219218 )
220219
221220}
0 commit comments