Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ task copyDeps(type: Copy) {
intellijPlatformTesting.runIde {
runIdeLocally {
version = providers.gradleProperty("ideTargetVersion")
type = IntelliJPlatformType.IntellijIdeaCommunity
type = IntelliJPlatformType.IntellijIdea
task {
jvmArgumentProviders.add({
[
Expand All @@ -203,7 +203,7 @@ test {
intellijPlatformTesting.runIde {
runIdeForUiTests {
version = providers.gradleProperty("ideTargetVersion")
type = IntelliJPlatformType.IntellijIdeaCommunity
type = IntelliJPlatformType.IntellijIdea
task {
jvmArgumentProviders.add({
[
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
useLocal=false
pluginSinceBuild=243
pluginUntilBuild=252.*
pluginUntilBuild=253.*

javaVersion=21

# Target IntelliJ Community by default
platformType=IC
platformType=IU
platformVersion=2024.3.6
ideTargetVersion=2025.2.1
ideTargetVersion=253.27864.23

# Example: platformBundledPlugins = com.intellij.java
platformBundledPlugins=com.intellij.java, org.jetbrains.idea.maven, com.intellij.gradle, org.jetbrains.plugins.terminal, com.intellij.properties
Expand Down
Loading