We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i did an mvn install, mvn throws the error in folder OpenCL4Java:
i tried adding to the pom.xml file:
however, i'm not able to get past the error, any clues?
The text was updated successfully, but these errors were encountered: