We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71d15d commit 3842dbdCopy full SHA for 3842dbd
1 file changed
intellij-client/build.gradle.kts
@@ -121,7 +121,14 @@ intellijPlatform {
121
failureLevel = listOf(INVALID_PLUGIN, COMPATIBILITY_PROBLEMS, MISSING_DEPENDENCIES)
122
verificationReportsFormats = listOf(MARKDOWN, PLAIN)
123
ides {
124
- recommended()
+ select {
125
+ types = listOf(
126
+ IntelliJPlatformType.PyCharmCommunity,
127
+ IntelliJPlatformType.PyCharmProfessional,
128
+ IntelliJPlatformType.IntellijIdeaCommunity,
129
+ IntelliJPlatformType.IntellijIdeaUltimate,
130
+ )
131
+ }
132
}
133
134
0 commit comments