@@ -147,28 +147,26 @@ object IdeVersions {
147
147
),
148
148
Profile (
149
149
name = " 2022.3" ,
150
- // allow the next MV so customers potentially don't need to wait for us to deploy new EAP
151
- // also gateway:latest can point to next MV and we don't have a good strategy to support this yet
152
- untilVersion = " 224.*" ,
153
150
gateway = ProductProfile (
154
151
sdkFlavor = IdeFlavor .GW ,
155
152
sdkVersion = " 223.7571-EAP-CANDIDATE-SNAPSHOT" ,
156
153
plugins = arrayOf(" org.jetbrains.plugins.terminal" )
157
154
),
158
155
community = ProductProfile (
159
156
sdkFlavor = IdeFlavor .IC ,
160
- sdkVersion = " 2022.3" ,
157
+ // test failure related to null notification contexts in 2022.3
158
+ sdkVersion = " 2022.3.1" ,
161
159
plugins = commonPlugins223 + listOf (
162
160
" java" ,
163
161
" com.intellij.gradle" ,
164
162
" org.jetbrains.idea.maven" ,
165
- " PythonCore:223.7571.182 " ,
166
- " Docker:223.7571.233 "
163
+ " PythonCore:223.8214.16 " ,
164
+ " Docker:223.8214.64 "
167
165
)
168
166
),
169
167
ultimate = ProductProfile (
170
168
sdkFlavor = IdeFlavor .IU ,
171
- sdkVersion = " 2022.3" ,
169
+ sdkVersion = " 2022.3.1 " ,
172
170
plugins = commonPlugins223 + listOf (
173
171
" JavaScript" ,
174
172
// Transitive dependency needed for javascript
@@ -177,21 +175,65 @@ object IdeVersions {
177
175
" JavaScriptDebugger" ,
178
176
" com.intellij.database" ,
179
177
" com.jetbrains.codeWithMe" ,
180
- " Pythonid:223.7571.182 " ,
181
- " org.jetbrains.plugins.go:223.7571.182 " ,
178
+ " Pythonid:223.8214.52 " ,
179
+ " org.jetbrains.plugins.go:223.8214.52 " ,
182
180
// https://github.com/JetBrains/gradle-intellij-plugin/issues/1056
183
181
" org.intellij.intelliLang"
184
182
)
185
183
),
186
184
rider = RiderProfile (
187
- // fix is in 2022.3.1: https://youtrack.jetbrains.com/issue/RIDER-86051
188
- sdkVersion = " 2022.3-SNAPSHOT" ,
185
+ sdkVersion = " 2022.3.1" ,
189
186
plugins = commonPlugins223 + listOf (
190
187
" rider-plugins-appender" // Workaround for https://youtrack.jetbrains.com/issue/IDEA-179607
191
188
),
192
189
netFrameworkTarget = " net472" ,
193
190
rdGenVersion = " 2022.3.4" ,
194
- nugetVersion = " 2022.3.0"
191
+ nugetVersion = " 2022.3.1"
192
+ )
193
+ ),
194
+ Profile (
195
+ name = " 2023.1" ,
196
+ gateway = ProductProfile (
197
+ sdkFlavor = IdeFlavor .GW ,
198
+ sdkVersion = " 231.8109-EAP-CANDIDATE-SNAPSHOT" ,
199
+ plugins = arrayOf(" org.jetbrains.plugins.terminal" )
200
+ ),
201
+ community = ProductProfile (
202
+ sdkFlavor = IdeFlavor .IC ,
203
+ sdkVersion = " 231.8109-EAP-CANDIDATE-SNAPSHOT" ,
204
+ plugins = commonPlugins223 + listOf (
205
+ " java" ,
206
+ " com.intellij.gradle" ,
207
+ " org.jetbrains.idea.maven" ,
208
+ " PythonCore:231.8109.90" ,
209
+ " Docker:231.8109.91"
210
+ )
211
+ ),
212
+ ultimate = ProductProfile (
213
+ sdkFlavor = IdeFlavor .IU ,
214
+ sdkVersion = " 231.8109-EAP-CANDIDATE-SNAPSHOT" ,
215
+ plugins = commonPlugins223 + listOf (
216
+ " JavaScript" ,
217
+ // Transitive dependency needed for javascript
218
+ // Can remove when https://github.com/JetBrains/gradle-intellij-plugin/issues/608 is fixed
219
+ " com.intellij.css" ,
220
+ " JavaScriptDebugger" ,
221
+ " com.intellij.database" ,
222
+ " com.jetbrains.codeWithMe" ,
223
+ " Pythonid:231.8109.90" ,
224
+ " org.jetbrains.plugins.go:231.8109.90" ,
225
+ // https://github.com/JetBrains/gradle-intellij-plugin/issues/1056
226
+ " org.intellij.intelliLang"
227
+ )
228
+ ),
229
+ rider = RiderProfile (
230
+ sdkVersion = " 2023.1-EAP8-SNAPSHOT" ,
231
+ plugins = commonPlugins223 + listOf (
232
+ " rider-plugins-appender" // Workaround for https://youtrack.jetbrains.com/issue/IDEA-179607
233
+ ),
234
+ netFrameworkTarget = " net472" ,
235
+ rdGenVersion = " 2023.1.2" ,
236
+ nugetVersion = " 2023.1.0-eap08"
195
237
)
196
238
),
197
239
0 commit comments