Posted March 6, 20169 yr Hi everyone, I am currently developing a mod that requires a lot of external libraries in the form of JAR files (around 15 or so libraries). I can run the project fine from Eclipse, but when I try to do "./gradlew build", it gives me a BUILD FAILED because it is unable to compile the references to the outside libraries. I tried searching up the problem and putting dependencies in the build.gradle file, but even the help links inside the file were not helpful. Can anyone please help me out?
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.