Ignore:
Timestamp:
2023-08-22T17:40:36+02:00 (23 months ago)
Author:
taylor.smock
Message:

Use jakarta.json instead of java.json

This also fixes various lint issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties

    r36034 r36122  
    88# Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
    99# You can check if the plugin compiles against this version by executing `./gradlew compileJava_minJosm`.
    10 plugin.main.version=18494
     10plugin.main.version=18723
    1111#plugin.version=
    1212# Version of JOSM against which the plugin is compiled
    1313# Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ .
    1414# If not, choose the next higher number that is available, or the gradle build will break.
    15 plugin.compile.version=18494
     15plugin.compile.version=18724
    1616plugin.requires=apache-commons;apache-http;jackson;javafx;log4j;utilsplugin2
    1717
Note: See TracChangeset for help on using the changeset viewer.