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 dcfece3 commit d4d2401Copy full SHA for d4d2401
build.gradle.kts
@@ -182,13 +182,7 @@ intellijPlatform {
182
)
183
verificationReportsFormats = VerifyPluginTask.VerificationReportsFormats.ALL
184
subsystemsToCheck = VerifyPluginTask.Subsystems.ALL
185
- // Mute and freeArgs documentation
186
- // https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
187
- // https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#mutePluginVerifierProblems
188
- freeArgs = listOf(
189
- "-mute",
190
- "TemplateWordInPluginId,ForbiddenPluginIdPrefix,TemplateWordInPluginName"
191
- )
+
192
ides {
193
recommended()
194
}
0 commit comments