-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
When cloning the project and running a simple mvn clean install using JavaFX, I have the following errors:
[ERROR] /opt/projects/javafx-ik/src/main/java/com/netopyr/javafx/ik/Bone.java:[130,65] diamond operator is not supported in -source 1.5
[ERROR] (use -source 7 or higher to enable diamond operator)
[ERROR] /opt/projects/javafx-ik/src/main/java/com/netopyr/javafx/ik/Skeleton.java:[43,60] diamond operator is not supported in -source 1.5
That's because it does not have the JDK version configuration in pom.xml.
Metadata
Metadata
Assignees
Labels
No labels