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

error: lambda expressions are not supported in -source 6 #140

Closed
jenni opened this issue Aug 9, 2018 · 2 comments
Closed

error: lambda expressions are not supported in -source 6 #140

jenni opened this issue Aug 9, 2018 · 2 comments

Comments

@jenni
Copy link

jenni commented Aug 9, 2018

Getting this error when using:

    public void printMeals() {
        this.meals.forEach(meal -> System.out.println(meal));
    }

It'd be nice if TMC supported Java 8 features :)

@rlmhermans
Copy link

That is not so much up to TMC, as it is to the project file owners.

@nygrenh
Copy link
Member

nygrenh commented Aug 28, 2018

Closing this as it is a duplicate of materiaalit/2013-oo-programming#1

@nygrenh nygrenh closed this as completed Aug 28, 2018
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

3 participants