Finish upgrading Gradle wrapper from 2.0 => 2.1

Commit 4d4787d updated the Gradle wrapper config from 2.0 => 2.1, but
did not actually update the wrapper properties file (forgot to run
`gradle wrapper`). This commit finishes what was started there.
This commit is contained in:
Chris Beams 2014-09-29 14:23:08 +02:00
parent 8d5488b633
commit c5028c178c
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -1,6 +1,6 @@
#Tue Aug 26 08:24:12 CEST 2014
#Mon Sep 29 14:09:23 CEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip