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 a311e99 commit 7f46a6bCopy full SHA for 7f46a6b
intellij-client/build.gradle.kts
@@ -121,16 +121,8 @@ intellijPlatform {
121
failureLevel = listOf(INVALID_PLUGIN, COMPATIBILITY_PROBLEMS, MISSING_DEPENDENCIES)
122
verificationReportsFormats = listOf(MARKDOWN, PLAIN)
123
ides {
124
- select {
125
- types = listOf(
126
- IntelliJPlatformType.PyCharmCommunity,
127
- IntelliJPlatformType.PyCharmProfessional,
128
- IntelliJPlatformType.IntellijIdeaCommunity,
129
- IntelliJPlatformType.IntellijIdeaUltimate,
130
- )
131
- }
+ recommended()
132
}
133
-
134
135
136
0 commit comments