Skip to content

Commit 7f46a6b

Browse files
committed
chore(intellj): fix pluginVerifier workflow
1 parent a311e99 commit 7f46a6b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

intellij-client/build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,8 @@ intellijPlatform {
121121
failureLevel = listOf(INVALID_PLUGIN, COMPATIBILITY_PROBLEMS, MISSING_DEPENDENCIES)
122122
verificationReportsFormats = listOf(MARKDOWN, PLAIN)
123123
ides {
124-
select {
125-
types = listOf(
126-
IntelliJPlatformType.PyCharmCommunity,
127-
IntelliJPlatformType.PyCharmProfessional,
128-
IntelliJPlatformType.IntellijIdeaCommunity,
129-
IntelliJPlatformType.IntellijIdeaUltimate,
130-
)
131-
}
124+
recommended()
132125
}
133-
134126
}
135127
}
136128

0 commit comments

Comments
 (0)