Skip to content

Build fails due to outdated options #12

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

Open
swapnilagarwwal opened this issue Sep 26, 2018 · 0 comments
Open

Build fails due to outdated options #12

swapnilagarwwal opened this issue Sep 26, 2018 · 0 comments

Comments

@swapnilagarwwal
Copy link
Contributor

The test fails becuase of compilator error.
[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

screen shot 2018-09-26 at 12 07 40 pm

The problem can be fixed by adding
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
under tag in pom.xml file.

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

1 participant