We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6702a3 commit edb2923Copy full SHA for edb2923
2 files changed
build.gradle.kts
@@ -68,10 +68,11 @@ intellijPlatform {
68
69
pluginVerification {
70
ides {
71
- ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.1")
+ create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.1")
72
// 2024.2 fails on usages of com.intellij.dvcs, but it is not an issue
73
// ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2")
74
- ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.3")
+ create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.3")
75
+ create(IntelliJPlatformType.IntellijIdeaCommunity, "2025.2")
76
}
77
78
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "2.1.10"
3
-intellij-platform = "2.2.1"
+intellij-platform = "2.7.0"
4
grammarkit = "2022.3.2.2"
5
json-jettison = "1.5.4"
6
json-skema = "0.21.0"
0 commit comments