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

Build errors #7

Open
flaviobeck opened this issue Nov 10, 2020 · 0 comments
Open

Build errors #7

flaviobeck opened this issue Nov 10, 2020 · 0 comments

Comments

@flaviobeck
Copy link

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project jscience-mathematics: Compilation failure: Compilation failure:
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.

change POM xml

org.apache.maven.plugins maven-compiler-plugin 3.0 1.6 1.6 to org.apache.maven.plugins maven-compiler-plugin 3.0 1.7 1.7

ERROR:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.234 s
[INFO] Finished at: 2020-11-10T11:47:58-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project jscience-mathematics: Compilation failure: Compilation failure:
[ERROR] /home/flavio/github/jscience/mathematics/src/main/java/org/jscience/mathematics/internal/linear/MatrixImpl.java:[37,17] class, interface, or enum expected
[ERROR] /home/flavio/github/jscience/mathematics/src/main/java/org/jscience/mathematics/internal/linear/MatrixImpl.java:[39,18] class, interface, or enum expected
[ERROR] /home/flavio/github/jscience/mathematics/src/main/java/org/jscience/mathematics/internal/linear/MatrixImpl.java:[41,12] class, interface, or enum expected
[ERROR] /home/flavio/github/jscience/mathematics/src/main/java/org/jscience/mathematics/internal/linear/MatrixImpl.java:[43,5] class, interface, or enum expected

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