Plugin module dependencies in SpongeForge

I’m using SpongeForge and the environment as suggested here: Plugin Debugging — Sponge 7.2.0 documentation

My plugin has its own gradle dependencies which I need to be included when I run SpongeForge.

I have my plugin as a module dependency to SpongeForge, but the plugin’s dependencies aren’t being included when I run the server.

How can I have the module dependencies included when I run the SpongeForge server?

Just out of curiosity, is this when running via IntelliJ?

Yes, sorry. Forgot to specify.

Not sure if its the same issue, but in that case you might want to take a look at this issue made for IntelliJ: https://youtrack.jetbrains.com/issue/IDEA-182304

For some reason it seems that newer versions of IntelliJ are flattening dependencies (or something strange), and it prevents nested dependencies from working right. Not sure if this is the same issue your having though.

Seems like it describes my situation exactly, will keep an eye on this. Thank you!