Skip to content

Commit b5967be

Browse files
Merge pull request #1435 from anusreelakshmi934/EAP-version
Update IntelliJ platform version to the latest EAP
2 parents 9360e07 + c49559e commit b5967be

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ task copyDeps(type: Copy) {
178178
intellijPlatformTesting.runIde {
179179
runIdeLocally {
180180
version = providers.gradleProperty("ideTargetVersion")
181-
type = IntelliJPlatformType.IntellijIdeaCommunity
181+
type = IntelliJPlatformType.IntellijIdea
182182
task {
183183
jvmArgumentProviders.add({
184184
[
@@ -203,7 +203,7 @@ test {
203203
intellijPlatformTesting.runIde {
204204
runIdeForUiTests {
205205
version = providers.gradleProperty("ideTargetVersion")
206-
type = IntelliJPlatformType.IntellijIdeaCommunity
206+
type = IntelliJPlatformType.IntellijIdea
207207
task {
208208
jvmArgumentProviders.add({
209209
[

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
useLocal=false
2-
pluginSinceBuild=243
3-
pluginUntilBuild=252.*
2+
pluginSinceBuild=251
3+
pluginUntilBuild=253.*
44

55
javaVersion=21
66

77
# Target IntelliJ Community by default
8-
platformType=IC
9-
platformVersion=2024.3.6
10-
ideTargetVersion=2025.2.1
8+
platformType=IU
9+
platformVersion=2025.1.6
10+
ideTargetVersion=253.27864.23
1111

1212
# Example: platformBundledPlugins = com.intellij.java
1313
platformBundledPlugins=com.intellij.java, org.jetbrains.idea.maven, com.intellij.gradle, org.jetbrains.plugins.terminal, com.intellij.properties

0 commit comments

Comments
 (0)