浏览代码

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

Tom Manterfield 9 年之前
父节点
当前提交
1bf11dc09a
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      CONTRIBUTING.md
  2. 1 1
      README.textile

+ 2 - 1
CONTRIBUTING.md

@@ -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

+ 1 - 1
README.textile

@@ -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.