Skip to content

Commit 3ec20db

Browse files
committed
fix version
Signed-off-by: Chao Wang <[email protected]>
1 parent e54b315 commit 3ec20db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ val runIdeForUiTests by intellijPlatformTesting.runIde.registering {
119119
intellijPlatform {
120120
pluginVerification {
121121
ides {
122-
recommended()
122+
ide(IntelliJPlatformType.IntellijIdeaCommunity, "2025.2.3")
123123
}
124124
freeArgs = listOf(
125125
"-mute",

0 commit comments

Comments
 (0)