argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

Fail to build using JDK 8 or higher #64

Open antoniodiego opened 1 year ago

antoniodiego commented 1 year ago

[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 1 year ago

Can you provide more info? I opened he project with IntelliJ, set the compiler to JDK 19 and successfully build it