Hello,
I've carefully followed the ForgeGradle dependency documentation as I need to embed a few dependencies in my project.
Most of these dependencies are loading and can be used as expected, but one is throwing java.lang.NoClassDefFoundError when I try to make use of the library.
I can see that the library has been embedded in the jar file, but the mod crashes when I try to access the library.
I'd really appreciate any help working around this.
Here is my build.gradle:
Here is the fairly typical crash log: