Ignore:
Timestamp:
2018-06-20T06:54:45+02:00 (8 years ago)
Author:
renerr18
Message:

StreetsideLayer and StreetsideData changes in correspondence with current Mapillary & JOSM versions

File:
1 edited

Legend:

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

    r34324 r34329  
    22  id "org.sonarqube" version "2.6.2"
    33  id "org.kordamp.markdown.convert" version "1.1.0"
    4   id 'org.openstreetmap.josm' version "0.5.0"
     4  id 'org.openstreetmap.josm' version "0.4.4"
    55  id "com.github.ben-manes.versions" version "0.17.0"
    6   id 'com.github.spotbugs' version '1.6.2'
     6  id 'com.github.spotbugs' version '1.6.1'
    77  id "net.ltgt.errorprone" version "0.0.14"
    88
    99  id 'eclipse'
    10   id 'idea'
    1110  id 'jacoco'
    1211  id 'java'
     
    4140  compile 'us.monoid.web:resty:0.3.2'
    4241  testImplementation ('org.openstreetmap.josm:josm-unittest'){changing=true}
     42  testImplementation 'com.github.tomakehurst:wiremock:2.17.0'
    4343  testImplementation 'junit:junit:4.12'
    4444}
     
    7373  debugPort = 7051
    7474  manifest {
     75    // See https://floscher.github.io/gradle-josm-plugin/kdoc/current/gradle-josm-plugin/org.openstreetmap.josm.gradle.plugin.config/-josm-manifest/old-version-download-link.html
     76    //oldVersionDownloadLink 13643, 'v1.5.14', new URL("https://github.com/JOSM/Mapillary/releases/download/v1.5.14/Mapillary.jar")
     77    //oldVersionDownloadLink 13558, 'v1.5.12+pre13643', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.12%2Bpre13643/Mapillary.jar')
     78    //oldVersionDownloadLink 12987, 'v1.5.10', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.10/Mapillary.jar')
     79    //oldVersionDownloadLink 12675, 'v1.5.7', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.7/Mapillary.jar')
     80    //oldVersionDownloadLink 12128, 'v1.5.5', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.5/Mapillary.jar')
     81    //oldVersionDownloadLink 10824, 'v1.5.3', new URL('https://github.com/JOSM/Mapillary/releases/download/v1.5.3/Mapillary.jar')
    7582  }
    7683  i18n {
    77     //pathTransformer = getGithubPathTransformer('JOSM/Mapillary')
     84    pathTransformer = getGithubPathTransformer('spatialdev/MicrosoftStreetside')
    7885  }
    7986}
     
    121128  }
    122129}
    123 
Note: See TracChangeset for help on using the changeset viewer.