How can I disable bundled plugin in gradle intellij tasks, for example buildSearchableOptions task?

已回答

I need to disable one or more bundled plugins in my gradle build intellij tasks, for example buildSearchableOptions task will fail because of conflict with bundled plugin.

Is there a way to disable bundled plugin(s) for specific gradle intellij plugin tasks?

0

I don't know what the official way of doing it, but I made buildSearchableOptions depend on my copyBuildRunIdeSandbox task which sets up the sandbox with settings and other plugins, it also has disabled plugins configured. In this commend: https://intellij-support.jetbrains.com/hc/en-us/community/posts/11117992662546/comments/11197192806290

This way the sandbox used for searchable options has the undesired plugins disabled.

0

What exactly is the "conflict"?

0

bundled Markdown conflicts with Markdown Navigator. 

0

Running the buildSearchableOptions task terminates the task with message that the plugin conflicts with bundled markdown and the IDE needs to be restarted.

0

Thank you Yann. I upvoted the issue.

0

请先登录再写评论。