We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ae6d4 commit 815afdfCopy full SHA for 815afdf
1 file changed
tools/idea-plugin/build.gradle.kts
@@ -72,8 +72,14 @@ intellijPlatform {
72
FailureLevel.NOT_DYNAMIC,
73
)
74
ides {
75
- ide(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2.4")
76
- ide(IntelliJPlatformType.IntellijIdeaCommunity, "2025.1")
+ create(
+ type = IntelliJPlatformType.IntellijIdeaCommunity,
77
+ version = "2024.2.4",
78
+ )
79
80
81
+ version = "2025.2",
82
83
}
84
85
signing {
0 commit comments