Closed Moose1002 closed 2 years ago
ForgeGradle has gone through many revisions and the old Gradle examples are not compatible with the newer versions. The actual issue here is that access transformers of dependencies are not being properly applied. 1.12.2 is has not been supported for several years now and I do not have the answer or an example to make this work. You will have better luck finding a legacy support channel on Discord and asking them for information.
Basically identical to #141, trying to add Bookshelf as a dependency with Gradle for Minecraft 1.12.2 but it throws this error. I've looked at the other 3 issues that have this same crash and none of the solutions work, or appear to be outdated (deobfprovided isn't a valid method anymore) and such. Just wanted to know if there has been any fix to this, or if it's just a silly mistake I'm making.
This is my build.gradle where the dependency is declared:
And here is the crash itself:
Any help with it would be awesome, I've tried to figure out a solution and have come to a deadend. Thanks