Add Plugin-Minimum-Java-Version to manifest
This is needed since JOSM currently has a minimum Java version of 11,
while this plugin now requires Java 17+.
Signed-off-by: Taylor Smock <tsmock@meta.com>
Git describe always but not dirty
Disable compilation for latest JOSM
Set build image to Debian stable, Java to 17
Use jakarta.json instead of javax.json
Also replace gradle with maven. The JOSM gradle plugin isn't well
maintained.
Since this plugin doesn't use the common ant scripts, the images are
additionally moved to the standard maven location.
Signed-off-by: Taylor Smock <tsmock@meta.com>
Update damn.server_url to current.
Change the damn server default to current.
Add transifex task to CI/CD (build) config
Review strings for translations
Add website to build gradle config
Build in debian unstable with java 8
End update of gpx data when initialized
Add point to coords -> trkseg method
First default then area dependent notes downloading
Update debian image and java jdk