Skip to content

Commit edb2923

Browse files
committed
build: bump IntelliJ Gradle Plugin to 2.7.0
1 parent e6702a3 commit edb2923

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ intellijPlatform {
6868

6969
pluginVerification {
7070
ides {
71-
ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.1")
71+
create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.1")
7272
// 2024.2 fails on usages of com.intellij.dvcs, but it is not an issue
7373
// ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2")
74-
ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.3")
74+
create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.3")
75+
create(IntelliJPlatformType.IntellijIdeaCommunity, "2025.2")
7576
}
7677
}
7778
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.1.10"
3-
intellij-platform = "2.2.1"
3+
intellij-platform = "2.7.0"
44
grammarkit = "2022.3.2.2"
55
json-jettison = "1.5.4"
66
json-skema = "0.21.0"

0 commit comments

Comments
 (0)