Running gradlew with two plugins

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.