changed gradle version to 2.7

This commit is contained in:
Daniel Grycman 2015-10-10 13:33:10 +02:00
parent 4e3d6b741e
commit 6b710084cd

View File

@ -1,10 +1,10 @@
{
"homepage": "http://www.gradle.org",
"version": "2.5",
"version": "2.7",
"license": "Apache 2.0",
"hash": "3F953E0CB14BB3F9EBBE11946E84071547BF5DFD575D90CFE9CC4E788DA38555",
"url": "https://services.gradle.org/distributions/gradle-2.5-bin.zip",
"extract_dir": "gradle-2.5",
"hash": "dc51b73a4d8159e25978e0a384bafbe4a2caa6af026333b038b0c505914d128c",
"url": "https://services.gradle.org/distributions/gradle-2.7-bin.zip",
"extract_dir": "gradle-2.7",
"bin": "bin\\gradle.bat",
"depends": "openjdk"
}