How to pass `-ignored-problems` when running the plugin verifier via gradle?
已计划
The IntelliJ plugin verifier marks a potential runtime error as a compatibility issue, even though our code catch
es 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.
请先登录再写评论。