Skip to content

Commit 3842dbd

Browse files
committed
chore(intellij): specify more intellij platforms for pluginVerification
1 parent f71d15d commit 3842dbd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

intellij-client/build.gradle.kts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,14 @@ intellijPlatform {
121121
failureLevel = listOf(INVALID_PLUGIN, COMPATIBILITY_PROBLEMS, MISSING_DEPENDENCIES)
122122
verificationReportsFormats = listOf(MARKDOWN, PLAIN)
123123
ides {
124-
recommended()
124+
select {
125+
types = listOf(
126+
IntelliJPlatformType.PyCharmCommunity,
127+
IntelliJPlatformType.PyCharmProfessional,
128+
IntelliJPlatformType.IntellijIdeaCommunity,
129+
IntelliJPlatformType.IntellijIdeaUltimate,
130+
)
131+
}
125132
}
126133

127134
}

0 commit comments

Comments
 (0)