You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Minecraft updated to 1.18.x the jdeps scan stopped working as expected. As a temp fix, I hard-coded the list of deps, piping them into jlink to create a custom JRE.
The root problem with jdeps no longer working should be addressed, and it should be re-implemented in the Dockerfile.
The text was updated successfully, but these errors were encountered:
When Minecraft updated to 1.18.x the
jdeps
scan stopped working as expected. As a temp fix, I hard-coded the list of deps, piping them intojlink
to create a custom JRE.The root problem with
jdeps
no longer working should be addressed, and it should be re-implemented in theDockerfile
.The text was updated successfully, but these errors were encountered: