osscameroon / js-generator

Generates JavaScript from HTML
https://osscameroon.github.io/js-generator/
MIT License
19 stars 14 forks source link

fix: uncommenting-module eu.hansolo.tilesfxtilesfx #180

Closed FanJups closed 2 years ago

FanJups commented 2 years ago

Previously (https://github.com/osscameroon/js-generator/commit/b6553822815a74ef4b8b5fada38e54ef3c388d14), we thought that moving from Maven 3.8.6 to 4 helps us to not be forced to add the dependencies needed by tilesfx to run the desktop app but it's wrong. It looked like it was the solution because the module tilesfx was commented in module-info.java. Module tilesfx was commented in order to solve the issue later. Now, we are happy that it is finally solved.