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.
… Shadow creates a shadow configuration to declare these dependencies. Dependencies added to the shadow configuration are not bundled into the output JAR. …