Skip to content

Commit 815afdf

Browse files
committed
Update IntelliJ version specifications in build.gradle.kts
1 parent e4ae6d4 commit 815afdf

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

tools/idea-plugin/build.gradle.kts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,14 @@ intellijPlatform {
7272
FailureLevel.NOT_DYNAMIC,
7373
)
7474
ides {
75-
ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2.4")
76-
ide(IntelliJPlatformType.IntellijIdeaCommunity, "2025.1")
75+
create(
76+
type = IntelliJPlatformType.IntellijIdeaCommunity,
77+
version = "2024.2.4",
78+
)
79+
create(
80+
type = IntelliJPlatformType.IntellijIdeaCommunity,
81+
version = "2025.2",
82+
)
7783
}
7884
}
7985
signing {

0 commit comments

Comments
 (0)