HI,
I want to run elastic debugging with two of my plugins.
I can attach the IDE to the JAVA process with --debug-jvm
.
But, when running a gradle with a :plugins:<plugin_name>:run
I cant pass two plugins to make it to the build.
I tried to run with run#install<plugin_name>Plugin
, that seems to work, but ends up with no plugin installed on the snapshot created.
Help much appreciated.