Skip to content

Commit 7670d8a

Browse files
committed
fix: add pluginVerification.ides
1 parent 0cb284e commit 7670d8a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ dependencies {
2727
}
2828

2929
intellijPlatform {
30+
pluginVerification {
31+
ides {
32+
recommended()
33+
}
34+
}
35+
3036
pluginConfiguration {
3137
name = providers.gradleProperty("pluginName")
3238
version = providers.gradleProperty("pluginVersion")

0 commit comments

Comments
 (0)