-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index 0 out of bounds for length 0 in reobfJar #937
Comments
It seems that you are passing in no mappings to the reobf task. Unsure how you're managing that as we set them for everything You can also try just cleaning your workspace and starting fresh. |
This has been fixed in the template itself, the actual error was that due to conflicting version requirements of DiffPatch between ForgeGradle (using the forked I ended up fixing it on the template by just moving all plugin version declarations to their own project's build.gradle files instead, so as far as ForgeGradle is concerned, nothing is wrong, your code is fine. Saying that, I would appreciate if ForgeGradle could move to the upstream DiffPatch or if the DiffPatch fork could be updated to at-least this commit, as that commit changes the method signature that started this issue. |
Interesting, it's always a pain to manage dependencies across multiple large projects. As for updating my fork to that commit. If you'll notice that commit was based on my fork, except I maintained binary compatibility while he didn't. So updating to that commit would be a breaking change for anything downstream for FG. I'll look into what options I can to see if I can mitigate this, but I don't have many ideas at the moment. |
One idea I do have to solve this issue, would be to add the LogLevel class from Cover's commit, and add an overload method accepting the |
When using this multiloader template, ForgeGradle is running into an odd exception in
reobfJar
duringbuild
. I've tried experimenting with removing certain parts of the template, but couldn't pinpoint what exactly is causing the issue.Full Stacktrace
The text was updated successfully, but these errors were encountered: