Changeset 35816 in osm for applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties
- Timestamp:
- 2021-09-01T00:26:54+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/gradle.properties
r35809 r35816 8 8 # Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible. 9 9 # You can check if the plugin compiles against this version by executing `./gradlew compileJava_minJosm`. 10 plugin.main.version=18 16710 plugin.main.version=18004 11 11 #plugin.version= 12 12 # Version of JOSM against which the plugin is compiled 13 13 # Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ . 14 14 # If not, choose the next higher number that is available, or the gradle build will break. 15 plugin.compile.version=18 17016 plugin.requires=apache-commons;apache-http;utilsplugin2 15 plugin.compile.version=18004 16 plugin.requires=apache-commons;apache-http;utilsplugin2;javafx 17 17 18 18 # Character encoding of Gradle files
Note:
See TracChangeset
for help on using the changeset viewer.