-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
maven repo latest reference gone #36
Comments
This still appears to be an issue. I'm looking for a simple and reliable way to download the installer from the command line (ubuntu server). Used to be able to just pull the jar from the latest url on maven |
You can use https://quiltmc.org/api/v1/download-latest-installer/java-universal, although I'm not sure this interface has guaranteed support as the person working on this API left. Hopefully someone can confirm. |
Both curl and wget were giving me corrupted jar files when using that url. Not sure if there is a particular request type, headers, or options required to properly get the jar from that endpoint. |
I cannot reproduce on Windows. Are you using the flags required to follow redirects? |
With curl you can use the -L flag to follow redirects. |
I use the
latest
reference in the maven repo to download the installer with themrpack-install
tool.This reference is now gone (see #18).
Will this reference be restored, should I parse the maven-metadata.xml or is there another recommended way to fetch the latest version?
The text was updated successfully, but these errors were encountered: