We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8699860 commit 4bb1838Copy full SHA for 4bb1838
1 file changed
build.gradle.kts
@@ -114,6 +114,13 @@ intellijPlatform {
114
publishing {
115
token = providers.environmentVariable("PUBLISH_TOKEN")
116
}
117
+
118
+ pluginVerification {
119
+ ides {
120
+ ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.2")
121
+ ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.3")
122
+ }
123
124
125
126
kotlin {
0 commit comments