igniter.fx icon indicating copy to clipboard operation
igniter.fx copied to clipboard

update to use java 11+

Open aquino-a opened this issue 1 year ago • 0 comments

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

aquino-a avatar May 26 '23 05:05 aquino-a