Changeset 34329 in osm for applications/editors/josm/plugins/MicrosoftStreetside/build.gradle
- Timestamp:
- 2018-06-20T06:54:45+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.gradle
r34324 r34329 2 2 id "org.sonarqube" version "2.6.2" 3 3 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" 5 5 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' 7 7 id "net.ltgt.errorprone" version "0.0.14" 8 8 9 9 id 'eclipse' 10 id 'idea'11 10 id 'jacoco' 12 11 id 'java' … … 41 40 compile 'us.monoid.web:resty:0.3.2' 42 41 testImplementation ('org.openstreetmap.josm:josm-unittest'){changing=true} 42 testImplementation 'com.github.tomakehurst:wiremock:2.17.0' 43 43 testImplementation 'junit:junit:4.12' 44 44 } … … 73 73 debugPort = 7051 74 74 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') 75 82 } 76 83 i18n { 77 //pathTransformer = getGithubPathTransformer('JOSM/Mapillary')84 pathTransformer = getGithubPathTransformer('spatialdev/MicrosoftStreetside') 78 85 } 79 86 } … … 121 128 } 122 129 } 123
Note:
See TracChangeset
for help on using the changeset viewer.
