Updated documentation to include precise version of gradle currently required for building (#20776)

This commit is contained in:
Tom Manterfield 2016-10-07 19:24:37 +01:00 committed by Clinton Gormley
parent 535bf92280
commit 1bf11dc09a
2 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,8 @@ Contributing to the Elasticsearch codebase
**Repository:** [https://github.com/elastic/elasticsearch](https://github.com/elastic/elasticsearch)
Make sure you have [Gradle](http://gradle.org) installed, as
Elasticsearch uses it as its build system.
Elasticsearch uses it as its build system. Gradle must be version 2.13 _exactly_ in
order to build successfully.
Eclipse users can automatically configure their IDE: `gradle eclipse`
then `File: Import: Existing Projects into Workspace`. Select the

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
Elasticsearch uses "Gradle":https://gradle.org for its build system. You'll need to have a modern version of Gradle installed - 2.13 should do.
Elasticsearch uses "Gradle":https://gradle.org for its build system. You'll need to have version 2.13 of Gradle installed.
In order to create a distribution, simply run the @gradle assemble@ command in the cloned directory.