Fail to build using JDK 8 or higher
antoniodiego opened this issue · 1 comments
antoniodiego commented
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project argouml-model: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] warning: [options] bootstrap class path not set in conjunction with -source 6
[ERROR] error: Source option 6 is no longer supported. Use 7 or later.
[ERROR] error: Target option 6 is no longer supported. Use 7 or later.
helderdaniel commented
Can you provide more info?
I opened he project with IntelliJ, set the compiler to JDK 19 and successfully build it