How to bundle gradle dependencies

Hi,
I’m relatively new to Sponge and have just started my first plugin, but I have a problem with running my plugin together with SpongeVanilla. My plugin is being loaded by Sponge but my dependencies that I stated in gradle aren’t included in the classpath.

build.gradle:

SpongeVanilla project structure:

Thanks in advance! :grinning:

reread the shadow docs

… Shadow creates a shadow configuration to declare these dependencies. Dependencies added to the shadow configuration are not bundled into the output JAR. …

https://imperceptiblethoughts.com/shadow/configuration/#configuring-the-runtime-classpath

No, it bundles fine, but when I try to debug it with the cloned SpongeVanilla repo a NoClassDefFoundError is thrown. Sorry for not saying that