Updating gradle to 2.14 (#907)

* Updated gradle to 2.14

* Copy error - missed the last digit of the hash.
This commit is contained in:
Chris Ackerman 2016-06-18 15:20:43 -07:00 committed by Luke Sampson
parent 88377e6e1e
commit 0227f7794f

View File

@ -1,10 +1,10 @@
{
"homepage": "http://www.gradle.org",
"version": "2.8",
"version": "2.14",
"license": "Apache 2.0",
"hash": "A88DB9C2F104DEFDAA8011C58CF6CDA6C114298AE3695ECFB8BEB30DA3A903CB",
"url": "https://services.gradle.org/distributions/gradle-2.8-bin.zip",
"extract_dir": "gradle-2.8",
"hash": "993B4F33B652C689E9721917D8E021CAB6BBD3EAE81B39AB2FD46FDB19A928D5",
"url": "https://services.gradle.org/distributions/gradle-2.14-bin.zip",
"extract_dir": "gradle-2.14",
"bin": "bin\\gradle.bat",
"depends": "openjdk"
}