Ignore:
Timestamp:
2021-07-15T01:07:58+02:00 (4 years ago)
Author:
Don-vip
Message:

fix #19998 - update Streetside dependencies (patch by taylor.smock, modified)

File:
1 edited

Legend:

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

    r35601 r35779  
    77
    88# Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
    9 # You can check if the plugin compiles against this version by executing `./gradlew minJosmVersionClasses`.
    10 plugin.main.version=16548
     9# You can check if the plugin compiles against this version by executing `./gradlew compileJava_minJosm`.
     10plugin.main.version=18004
    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=17084
     15plugin.compile.version=18004
    1616plugin.requires=apache-commons;apache-http;utilsplugin2;javafx
    1717
Note: See TracChangeset for help on using the changeset viewer.