Changeset 32680 in osm for applications/editors/josm/plugins/mapillary/build.gradle
- Timestamp:
- 2016-07-21T03:12:55+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32652 r32680 6 6 apply plugin: 'pmd' 7 7 8 sourceCompatibility = '1. 7'8 sourceCompatibility = '1.8' 9 9 10 10 repositories { … … 32 32 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 33 33 // When using a numeric version number you can leave out {changing=true}. 34 compile(':josm:10 485')34 compile(':josm:10580') 35 35 // For plugins it's irrelevant, which version is specified, always the latest version is used. 36 36 compile (name: 'apache-commons'){changing=true}
Note:
See TracChangeset
for help on using the changeset viewer.
