javolution / jscience

Tools & Libraries for the Advancement of Sciences (v5.0 - early 2018)
http://jscience.org
Other
85 stars 23 forks source link

Build errors #7

Open flaviobeck opened 3 years ago

flaviobeck commented 3 years ago

[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