Changeset 32070 in osm for applications/editors/josm/plugins/mapillary/build.gradle
- Timestamp:
- 2016-02-17T16:36:17+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32063 r32070 31 31 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 32 32 // When using a numeric version number you can leave out {changing=true}. 33 compile(':josm: latest'){changing=true}33 compile(':josm:9811') 34 34 // For plugins it's irrelevant, which version is specified, always the latest version is used. 35 compile ( ':apache-commons:latest'){changing=true}36 compile ( ':apache-http:latest'){changing=true}35 compile (name: 'apache-commons'){changing=true} 36 compile (name: 'apache-http'){changing=true} 37 37 38 38 testCompile 'junit:junit:4.12'
Note:
See TracChangeset
for help on using the changeset viewer.