Skip to content

Commit f32b9e5

Browse files
committed
eap4
1 parent 609da60 commit f32b9e5

File tree

1 file changed

+11
-11
lines changed
  • buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij

1 file changed

+11
-11
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,42 +183,42 @@ object IdeVersions {
183183
Profile(
184184
name = "2025.1",
185185
gateway = ProductProfile(
186-
sdkVersion = "251.20015-EAP-CANDIDATE-SNAPSHOT",
186+
sdkVersion = "251.21418-EAP-CANDIDATE-SNAPSHOT",
187187
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
188188
),
189189
community = ProductProfile(
190-
sdkVersion = "251.20015-EAP-CANDIDATE-SNAPSHOT",
190+
sdkVersion = "251.21418.62-EAP-SNAPSHOT",
191191
bundledPlugins = commonPlugins + listOf(
192192
"com.intellij.java",
193193
"com.intellij.gradle",
194194
"org.jetbrains.idea.maven",
195195
),
196196
marketplacePlugins = listOf(
197-
"org.toml.lang:251.20015.44",
198-
"PythonCore:251.20015.29",
199-
"Docker:251.20015.29"
197+
"org.toml.lang:251.21418.43",
198+
"PythonCore:251.21418.62",
199+
"Docker:251.21418.69"
200200
)
201201
),
202202
ultimate = ProductProfile(
203-
sdkVersion = "251.20015-EAP-CANDIDATE-SNAPSHOT",
203+
sdkVersion = "251.21418.62-EAP-SNAPSHOT",
204204
bundledPlugins = commonPlugins + listOf(
205205
"JavaScript",
206206
"JavaScriptDebugger",
207207
"com.intellij.database",
208208
"com.jetbrains.codeWithMe",
209209
),
210210
marketplacePlugins = listOf(
211-
"org.toml.lang:251.20015.44",
212-
"Pythonid:251.20015.29",
213-
"org.jetbrains.plugins.go:251.20015.29",
211+
"org.toml.lang:251.21418.43",
212+
"Pythonid:251.21418.62",
213+
"org.jetbrains.plugins.go:251.21418.62",
214214
)
215215
),
216216
rider = RiderProfile(
217-
sdkVersion = "2025.1-EAP3-SNAPSHOT",
217+
sdkVersion = "2025.1-EAP4-SNAPSHOT",
218218
bundledPlugins = commonPlugins,
219219
netFrameworkTarget = "net472",
220220
rdGenVersion = "2025.1.1",
221-
nugetVersion = " 2025.1.0-eap03"
221+
nugetVersion = " 2025.1.0-eap04"
222222
)
223223
),
224224
).associateBy { it.name }

0 commit comments

Comments
 (0)