-
Notifications
You must be signed in to change notification settings - Fork 16
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
Handle dependency management trough gradle. #5
Conversation
Please make sure to add instructions to Also, have you actually tested this? |
@monster860 Yes this has been tested, and should be fine to merge. |
When I attempt to build, this happens:
|
is using an API that is only present in Java 8 and has the annotation I've updated the scripts to reflect this. Interestingly enough i haven't seen this error, but that might be because i only run Java 8 on my system. If you are encountering any errors in the future, please run
|
Yes, I have java 8 jdk installed |
Please run |
|
Your |
Attempting to run the output gives me:
|
…end of the version.
😠 You'd think they would mention things like this in their documentation, the latest commit should resolve this error. Please ensure you delete your build directory, and force a completely fresh build 👍 |
Okay, it works now. |
This PR intends to change how dependencies are handled and how binaries are built and thus closes #4
Additionally:
gradlew fatCapsule