-
-
Notifications
You must be signed in to change notification settings - Fork 42
modrinth: Add Support for Velocity and BungeeCord plugin downloads #281
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
Conversation
I am currently debugging an issue with the tests, it seems like Mockito doesn't want to mock something in a few of the sync tests. I haven't used Mockito before so I am unfamiliar. It might be my java setup. though. This is what it's giving me, if anyone more knowledgeable can help: Test error
|
The above issue appears to be something wrong with my setup, it is happening in the master branch as well as my branch. I manually tested downloading a velocity plugin and it does indeed work, so I would imagine the tests SHOULD pass if run in an environment that isn't borked like mine, but I have no way to check. |
Weird, yeah it says you're running JDK 17
and that's what I'm using. (Your changes ran fine in the PR test BTW.) The only difference is that you seem to be using Oracle's OpenJDK. Should be totally fine, but I don't have any experience with it to confirm that. |
https://github.com/itzg/mc-image-helper/releases/tag/1.33.3 now includes your change |
Cool, thank you very much! |
No description provided.