Hi,
I plan to work on a idea plugin, but I really like to do the build with gradle.
I looked over the examples of gradle-intellij-plugin plugin.
All is fine as long as I run the plugin tasks.
But what I would like to do is to create a run configuration for the plugin.
Trying to do this lead me to the following error in the run configuration dialog:
No plugin module specified for configuration.
1. Is there a way to handle this in Idea
2. better, a) can I use idea gradle plugin to apply the plugin facet to the project module(S), and b) create a run configuration for it, c) make the idea task a default one.
Thank you in advance for your comments/suggestions.