miho / VWorkflows

Flow Visualization Library for JavaFX and VRL-Studio
http://vworkflows.mihosoft.eu
Other
296 stars 67 forks source link

Make it work on JDK >= 11 #63

Closed miho closed 4 years ago

miho commented 5 years ago

Since JavaFX moved out of the JDK we need to change JavaFX dependencies for JDK >= 11. We should make sure though that it still works on JDK 8.

miho commented 4 years ago

66 brings JDK 13 support. Thanks for the contribution.