skymatic / reverse-charger

Create reverse charge invoices from financial reports of App Store Connect and Google Play Console
GNU General Public License v3.0
8 stars 2 forks source link

Update to JDK 14 #2

Closed overheadhunter closed 4 years ago

overheadhunter commented 4 years ago

This will allow using jpackage to create self-contained application without the need for a JRE to run this program.

overheadhunter commented 4 years ago

Do we need the dependency-reduced-pom?

Oh, you're right, it shouldn't be included (in fact it should probably be put to target/ or otherwise be git-ignored)

overheadhunter commented 4 years ago

Also note, that this branch started, before you added -DsettingsPath. The produced applications don't include this yet.

It should be added via --java-options "-DsettingsPath=whatever" to the jlink command. Of course this needs to be os-specific...