How to pass `-ignored-problems` when running the plugin verifier via gradle?

Planned

The IntelliJ plugin verifier marks a potential runtime error as a compatibility issue, even though our code catches it.

Therefore, we would like to tell the verifier to ignore that one issue. The -ignored-problems option looks like a possible way to do that.

We run the plugin verifier via the runPluginVerifier gradle task. That task's documentation says it proxies any of the available options to the CLI.

Could you please tell me how to set the -ignored-problems option via the gradle task?

If there is a better way to ignore that issue, I would of course love to hear about it. 

1

Please sign in to leave a comment.