Changeset 32689 in osm for applications/editors/josm/plugins/mapillary/build.gradle
- Timestamp:
- 2016-07-21T13:46:04+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32680 r32689 30 30 31 31 dependencies { 32 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 33 // When using a numeric version number you can leave out {changing=true}. 34 compile(':josm:10580') 32 /** 33 * The JOSM-version can be specified as "latest", "tested" or the numeric version number. 34 * When using a numeric version number you can leave out {changing=true}. 35 * 36 * Please check for numeric versions, if that specific version is available for download from https://josm.openstreetmap.de/download/ . 37 * If not, choose the next higher number that is available, or the gradle build will break. 38 */ 39 compile(':josm:10583') 35 40 // For plugins it's irrelevant, which version is specified, always the latest version is used. 36 41 compile (name: 'apache-commons'){changing=true}
Note:
See TracChangeset
for help on using the changeset viewer.