AdamBien / igniter.fx

A maven 3 archetype for building Java FX MVP applications with Dependency Injection and afterburner.fx
http://afterburner.adam-bien.com
Apache License 2.0
18 stars 7 forks source link

update to use java 11+ #4

Open aquino-a opened 1 year ago

aquino-a commented 1 year ago

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: