Verify Plugin Project Configuration Muted Messages
Allows muting specific messages reported by the VerifyPluginProjectConfigurationTask task. The property accepts a comma-separated list of message patterns to be muted. Each pattern is matched against the message text using a String.contains check (case-sensitive).
For example, to mute warnings about Kotlin Standard Library and JetBrains Runtime:
org.jetbrains.intellij.platform.verifyPluginProjectConfigurationMutedMessages=Kotlin Standard Library,Java Runtime is not JetBrains RuntimeContent copied to clipboard
Default value: empty string (no messages are muted)