Changeset 31806 in osm for applications/editors
- Timestamp:
- 2015-12-10T22:11:40+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r31803 r31806 29 29 dependencies { 30 30 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 31 compile ':josm:latest' 31 // When using a numeric version number you can leave out {changing=true}. 32 compile(':josm:latest'){changing=true} 32 33 // For plugins it's irrelevant, which version is specified, always the latest version is used. 33 compile ':apache-commons:latest'34 compile ':apache-http:latest'34 compile (':apache-commons:latest'){changing=true} 35 compile (':apache-http:latest'){changing=true} 35 36 36 37 testCompile 'junit:junit:4.12'
Note:
See TracChangeset
for help on using the changeset viewer.