Updated gradle.json for version 2.2.1, which is the latest stable version

This commit is contained in:
Jan L. Choike 2015-02-01 15:02:56 -05:00
parent 4192b3b324
commit d8dddc67ab

View File

@ -1,10 +1,10 @@
{
"homepage": "http://www.gradle.org",
"version": "2.1",
"version": "2.2.1",
"license": "Apache 2.0",
"hash": "3eee4f9ea2ab0221b89f8e4747a96d4554d00ae46d8d633f11cfda60988bf878",
"url": "https://services.gradle.org/distributions/gradle-2.1-bin.zip",
"extract_dir": "gradle-2.1",
"hash": "420aa50738299327b611c10b8304b749e8d3a579407ee9e755b15921d95ff418",
"url": "https://services.gradle.org/distributions/gradle-2.2.1-bin.zip",
"extract_dir": "gradle-2.2.1",
"bin": "bin\\gradle.bat",
"depends": "openjdk"
}