-
Notifications
You must be signed in to change notification settings - Fork 105
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
clean out of warnings ;) #18
base: master
Are you sure you want to change the base?
Conversation
new parameter: boolean itf if the method's owner class is an interface.
new parameter: boolean itf if the method's owner class is an interface.
added missing argument to fix deprecated warning
added missing argument to fix deprecated warning
IIRC the reason this wasn't done is because it breaks backwards compatibility with older ASM libraries for no particular reason. Yes we compile against 5+ but IIRC we can run with 4+ for people who don't care about J8 |
oh ya i forgot about people still using J7 |
Is that still a problem now that Minecraft 1.12 requires Java 8? |
You forget that LaunchWrapper is not tied to the latest version of Minecraft, and others may want to mod older versions of Minecraft, using latest LaunchWrapper, without J8 (I can't say why they'd want to, but I guess that's why). |
Hm, yeah, I don't exactly know the version scheme that's used for LaunchWrapper. I don't personally see the issue with just saying "all versions after this one will require Java 8", but I don't know how often the version is bumped for this project either. |
Honestly, I would only ever condone bumping required java version for a legitimate functional reason. |
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.
These changes look great!
No description provided.