Changeset 31806 in osm for applications/editors


Ignore:
Timestamp:
2015-12-10T22:11:40+01:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Add changing=true attribute for gradle dependencies that change over time while their filenames don't change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/build.gradle

    r31803 r31806  
    2929dependencies {
    3030  // 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}
    3233  // 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}
    3536
    3637  testCompile 'junit:junit:4.12'
Note: See TracChangeset for help on using the changeset viewer.