Ignore:
Timestamp:
2015-07-17T07:01:52+02:00 (11 years ago)
Author:
floscher
Message:

[mapillary] Bump Gradle to latest version 2.5

File:
1 edited

Legend:

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

    r31393 r31395  
    111111  manifest {
    112112    attributes("Plugin-Mainversion": "8433",
    113                "Plugin-Version": "31331",
     113               "Plugin-Version": "31395",
    114114               "Plugin-Class": "org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin",
    115115               "Plugin-Description": "Enables user to work with pictures hosted at mapillary.com",
     
    159159 */
    160160task wrapper(type: Wrapper) {
    161   gradleVersion = '2.4'
     161  gradleVersion = '2.5'
    162162}
Note: See TracChangeset for help on using the changeset viewer.