Ignore:
Timestamp:
2016-07-21T15:24:10+02:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Clean up build.gradle

The build file for Gradle is now split in several parts for a better overview and better maintainability.
The files gradle/*.gradle are parts that are unlikely to change often, because these are not specific to this plugin and can be configured through gradle.properties.
Also the Gradle version is bumped to 2.14.1, because a critical defect has been fixed since 2.14 (see https://docs.gradle.org/2.14.1/release-notes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties

    r32285 r32693  
    33zipStoreBase=GRADLE_USER_HOME
    44zipStorePath=wrapper/dists
    5 distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip
    6 distributionSha256Sum=65bbc0ef9c48be86fb06522fc927d59dcc7c04266f2bb8156be76971f7c3fc4a
     5distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
     6distributionSha256Sum=88a910cdf2e03ebbb5fe90f7ecf534fc9ac22e12112dc9a2fee810c598a76091
Note: See TracChangeset for help on using the changeset viewer.