Changeset 35816 in osm


Ignore:
Timestamp:
2021-09-01T00:26:54+02:00 (3 years ago)
Author:
taylor.smock
Message:

MicrosoftStreetside: Revert Update min version to r18170 for #17858

File:
1 edited

Legend:

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

    r35809 r35816  
    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=18167
     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=18170
    16 plugin.requires=apache-commons;apache-http;utilsplugin2
     15plugin.compile.version=18004
     16plugin.requires=apache-commons;apache-http;utilsplugin2;javafx
    1717
    1818# Character encoding of Gradle files
Note: See TracChangeset for help on using the changeset viewer.