Skip to content

Commit 4bb1838

Browse files
committed
fix: add pluginVerification.ides config for CI verifyPlugin task
1 parent 8699860 commit 4bb1838

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ intellijPlatform {
114114
publishing {
115115
token = providers.environmentVariable("PUBLISH_TOKEN")
116116
}
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+
}
117124
}
118125

119126
kotlin {

0 commit comments

Comments
 (0)