Skip to content
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

Also recognize the Java 16 warning #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

crpz1
Copy link

@crpz1 crpz1 commented Jun 12, 2022

No description provided.

const JAVA_17_WARNING: &str = "Minecraft 1.18 Pre Release 2 and above require the use of Java 17";

if log.contains(UNSUPPORTED_CLASS_VERSION_ERROR)
|| log.contains(FABRIC_JAVA_VERSION_ERROR)
|| log.contains(FABRIC_JAVA_VERSION_ERROR_SEVENTEEN)
|| log.contains(JAVA_16_WARNING)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but the response is then about java 17, which is not right...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants