igniter.fx
igniter.fx copied to clipboard
update to use java 11+
Now if you create a project using ignite it does not build unless you have a 1.8 JDK that includes JavaFX. This pull request updates the archetype to be able to use a higher version of java out of the box.
Changes:
- adds missing dependencies
- uses shade plugin for packaging
- adds launcher class to play nice with JavaFX