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

Outdated options #4

Open
nathan-oakes opened this issue Jun 11, 2018 · 1 comment
Open

Outdated options #4

nathan-oakes opened this issue Jun 11, 2018 · 1 comment

Comments

@nathan-oakes
Copy link

When running "mvn clean package", the following error is generated.

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[INFO] 2 errors

@kojiisd
Copy link
Owner

kojiisd commented Jun 23, 2018

Hi, thank you for your message.

As message said, can you check your build java version?
Maven build result said your javac version is too old.

So please type

$ javac -version

And check the Java version.

Or, if you put any setting to use Java 5 or less in maven setting, (default setting too),
please remove that setting.

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