VerifyPluginProjectConfigurationMutedMessages

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 Runtime

Default value: empty string (no messages are muted)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String