-
-
Notifications
You must be signed in to change notification settings - Fork 676
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
Fix $INST_JAVA not being set for auto download java #3179
Conversation
Signed-off-by: sshcrack <34072808+sshcrack@users.noreply.github.com>
The auto install steps needs to be after loadmetadata so the data for what java should be downloaded to be available |
Signed-off-by: sshcrack <34072808+sshcrack@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not tested it yet but this order should not break anything (maybe just the weird cases where users modify the instance settings or the components in the prelaunch command; e.g. maybe they have a tool that just changes the Minecraft version to the latest but that is already a long strech)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-9.x
git worktree add -d .worktree/backport-3179-to-release-9.x origin/release-9.x
cd .worktree/backport-3179-to-release-9.x
git switch --create backport-3179-to-release-9.x
git cherry-pick -x dedb7a2343f7d433492dee5930802ed47294b722 cf2dcbd431b0c4bb03ff527465f972d72f713b0c |
Fixes #3177