Merge pull request #14762 from vvalleru/master

update gradle version from 2.6 to 2.8
This commit is contained in:
Nik Everett 2015-11-14 13:07:29 -05:00
commit 2172e60419
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ We have just covered a very small portion of what Elasticsearch is all about. Fo
h3. Building from Source h3. Building from Source
Elasticsearch uses "Gradle":http://gradle.org for its build system. You'll need to have a modern version of Gradle installed - 2.6 should do. Elasticsearch uses "Gradle":http://gradle.org for its build system. You'll need to have a modern version of Gradle installed - 2.8 should do.
In order to create a distribution, simply run the @gradle build@ command in the cloned directory. In order to create a distribution, simply run the @gradle build@ command in the cloned directory.