Ignore:
Timestamp:
2024-03-14T16:34:12+01:00 (8 months ago)
Author:
taylor.smock
Message:

StreetSide: Update to official API

This also moves the plugin to Java 21 (mostly for virtual threads), reformats the
code to match the JOSM standard (4 spaces), and fixes a bunch of lint issues.

Additionally, a lot of cruft from when this plugin was copied from Mapillary was
removed. That was largely related to image import, uploading, and login.

File:
1 edited

Legend:

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

    r36194 r36228  
    55plugin.icon=images/streetside-logo.svg
    66plugin.link=https://github.com/Microsoft/MicrosoftStreetsidePlugin
     7plugin.minimum.java.version=21
    78
    89# Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
    910# You can check if the plugin compiles against this version by executing `./gradlew compileJava_minJosm`.
    10 plugin.main.version=18723
     11plugin.main.version=18877
    1112#plugin.version=
    1213# Version of JOSM against which the plugin is compiled
    1314# Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ .
    1415# If not, choose the next higher number that is available, or the gradle build will break.
    15 plugin.compile.version=18724
    16 plugin.requires=apache-commons;apache-http;javafx;utilsplugin2
     16plugin.compile.version=18911
     17plugin.requires=apache-commons;javafx
    1718
    1819# Character encoding of Gradle files
Note: See TracChangeset for help on using the changeset viewer.