-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build failure #12
Comments
Here's the missing dependency: https://github.com/msrd0/matrix-client/ Here are the jarfiles for both projects with all dependencies Don't know if either works |
Thank you @ScumbagDog ! |
If you want to continue to use maven to build with, yeah. I looked in the build script for the matrix-client project, and it had a task for publishing to the now-dead repo. If you set up a new server (or find a public to host it at), it should be as easy as redirecting the publish target in the matrix-client project and the repo in the Minetrix project (in the build.gradle and pom.xml respectively). Alternatively, you could do what I did, which is clone both projects, make a "fat jar" (jar with dependencies included) of matrix-client, then just plop it in the Minetrix project folder and reroute the dependency to be local instead. It's a bit hacky (and besides, I already did that for you), so don't do this if you plan on developing the project further. |
Just a FYI - it does not work with Paper for 1.16.3.
|
Ok, I just checked the jarfile myself, and for some reason, the maven jar assembler decided to not include local dependencies when it made the all-dependencies version of the jar (this is some real galaxy-brain logic <.<). I tried my hand at merging it manually, let me know if it works. |
Thank you @ScumbagDog!
|
I found this repo of matrix-client, maybe it is updated to work with the application_service api: |
Is there a way around this? Can I fetch the dependencies from other hosts?
Is it possible that you can distribute prebuild .jar files in the future? :)
The text was updated successfully, but these errors were encountered: