rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Update to build.gradle.kts, fix EDT exceptions #95

Open sheexiongomh opened 1 year ago

sheexiongomh commented 1 year ago

The fix was done by simonstratmann

It should resolve https://github.com/rkhmelyuk/multirun/issues/91

Threnklyn commented 1 year ago

can you merge it so the errors are fixed?

vago commented 1 year ago

@rkhmelyuk much needed fix. Can you please merge? Thanks!

seidnerj commented 11 months ago

I've forked the fork mentioned above because it wouldn't compile anymore and fixed the compilation error: https://github.com/seidnerj/multirun/tree/mainline

I've also posted instructions on how to compile this and which file to install from the IDE in this issue: https://github.com/rkhmelyuk/multirun/issues/98

rkhmelyuk commented 10 months ago

Thank you for coming up with the fix. I'm making a similar change to the main plugin as well, that plan to release with latest IDE version support.