summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIssacpeng <pengzhouhu@huawei.com>2019-08-20 16:01:58 +0800
committerIssacpeng <pengzhouhu@huawei.com>2019-08-20 16:01:58 +0800
commit8c7ab5f7c26a2e5d0300818d749912e562a334c4 (patch)
tree2beca7fe8e4f497b8aa21cc998cd32868b4ed707 /doc
parent74d6d9d3d6400d1672f48b4acf5bc7d1260ad96d (diff)
downloadthrift-8c7ab5f7c26a2e5d0300818d749912e562a334c4.tar.gz
THRIFT-4933 Java build mode is incorrect in doc/install
Diffstat (limited to 'doc')
-rw-r--r--doc/install/README.md2
-rw-r--r--doc/install/debian.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/README.md b/doc/install/README.md
index e48cc4a12..071a5d64d 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -28,7 +28,7 @@ These are only required if you choose to build the libraries for the given langu
* zlib (optional)
* Java
* Java 1.8
- * Apache Ant
+ * Gradle
* C#: Mono 1.2.4 (and pkg-config to detect it) or Visual Studio 2005+
* Python 2.6 (including header files for extension modules)
* PHP 5.0 (optionally including header files for extension modules)
diff --git a/doc/install/debian.md b/doc/install/debian.md
index 84f696ea2..2ccc37da7 100644
--- a/doc/install/debian.md
+++ b/doc/install/debian.md
@@ -18,7 +18,7 @@ Debian 7/Ubuntu 12 users need to manually install a more recent version of autom
If you would like to build Apache Thrift libraries for other programming languages you may need to install additional packages. The following languages require the specified additional packages:
* Java
- * packages: ant
+ * packages: gradle
* You will also need Java JDK v1.8 or higher. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it (e.g. default-jdk).
* Ruby
* ruby-full ruby-dev ruby-rspec rake rubygems bundler