source: osm/applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties@ 32693

Last change on this file since 32693 was 32693, checked in by floscher, 9 years ago

[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 size: 290 bytes
Line 
1distributionBase=GRADLE_USER_HOME
2distributionPath=wrapper/dists
3zipStoreBase=GRADLE_USER_HOME
4zipStorePath=wrapper/dists
5distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6distributionSha256Sum=88a910cdf2e03ebbb5fe90f7ecf534fc9ac22e12112dc9a2fee810c598a76091
Note: See TracBrowser for help on using the repository browser.