ThibautSF / ParadoxosModManagerRework

Software to manage mods for recent Paradox games, work in progress, Java 11
MIT License
64 stars 7 forks source link

[Important] Cannot compile PMM to a launcher package #1

Closed ThibautSF closed 4 years ago

ThibautSF commented 4 years ago

The clean javafx:run goal launch system shows a warning :

[WARNING] * Required filename-based automodules detected: [jdom2-2.0.6.jar]. Please don't publish this project to a public artifact repository! *

The clean javafx:jlink (to export in an app with launcher) goal break with the same warning and error:

[WARNING] Required filename-based automodules detected. Please don't publish this project to a public artifact repository!
Error: automatic module cannot be used with jlink: jdom2 from file:///C:/Users/tsimo/.m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar

Since gson library was added for JSON structure support, we should leave jdom2 and migrate list files structures by JSON.

ThibautSF commented 4 years ago

Jdom and Mockito removed, now we can compile with jlink !

ThibautSF commented 4 years ago

0.8.0 released