Ignore:
Timestamp:
2016-02-17T16:36:17+01:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Add instructions for using Eclipse with Gradle and use fixed JOSM version

File:
1 edited

Legend:

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

    r32063 r32070  
    3131  // The JOSM-version can be specified as "latest", "tested" or the numeric version number.
    3232  // When using a numeric version number you can leave out {changing=true}.
    33   compile(':josm:latest'){changing=true}
     33  compile(':josm:9811')
    3434  // 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}
    3737
    3838  testCompile 'junit:junit:4.12'
Note: See TracChangeset for help on using the changeset viewer.