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

mvn install throws error Source option 5 is no longer supported. Use 6 or later. #42

Open
ag-123 opened this issue Oct 6, 2019 · 0 comments

Comments

@ag-123
Copy link

ag-123 commented Oct 6, 2019

when i did an mvn install, mvn throws the error in folder OpenCL4Java:

[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.

i tried adding to the pom.xml file:

  <properties>
    <maven.compiler.source>1.6</maven.compiler.source>
    <maven.compiler.target>1.6</maven.compiler.target>
  </properties>

however, i'm not able to get past the error, any clues?

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