Posted March 8, 201510 yr Hello, I am depending on a local .jar file in my mod, and the mod only works if this jar is also in the Mods folder. What do I need to append to the build.gradle to remove the need of multiple downloads (for my users)? I've tried jar { from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } } but it lets the Build fail.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.