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

MC wrappers use Java 6 language level #213

Open
SoniEx2 opened this issue Aug 18, 2016 · 3 comments
Open

MC wrappers use Java 6 language level #213

SoniEx2 opened this issue Aug 18, 2016 · 3 comments

Comments

@SoniEx2
Copy link
Contributor

SoniEx2 commented Aug 18, 2016

The MC wrappers appear to use Java 6 language level in IDEA.

(This may be related to what's causing the build to fail...)

@ExE-Boss
Copy link
Member

I can confirm that it also happens in NetBeans.

@SoniEx2
Copy link
Contributor Author

SoniEx2 commented Dec 26, 2016

This can be fixed by setting the language level after applying the Forge plugin. There doesn't seem to be a way to keep ForgeGradle from changing the language level.

@ExE-Boss
Copy link
Member

I know about that.
Still, it’s annoying to have to keep changing it back to 1.8.
It’s almost like Forge doesn’t want mods to use Java 8. And they make use of Predicates and many of the shiny new toys introduced in Java 8, minus lambdas and method references.

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

No branches or pull requests

2 participants