summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-05-06 12:42:18 +0800
committerGitHub <noreply@github.com>2022-05-06 00:42:18 -0400
commit23b86364ef3dbccc19f5f3828e6d115f7b015651 (patch)
tree34569844abf47869bfa39fc0daed362ce0c324e4 /doc
parent45471decdf572156189e66db59c8a1e82085299f (diff)
downloadthrift-23b86364ef3dbccc19f5f3828e6d115f7b015651.tar.gz
THRIFT-5570: update java lib document about gradle usage (#2583)
* update java doc about gradle usage * update .gitignore
Diffstat (limited to 'doc')
-rw-r--r--doc/install/debian.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/debian.md b/doc/install/debian.md
index f1edce5c8..9be7265bd 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: gradle
+ * packages: gradle (version 6.9.2)
* 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
@@ -51,7 +51,7 @@ If you would like to build Apache Thrift libraries for other programming languag
* dart & pub
* https://www.dartlang.org/install/linux
* https://www.dartlang.org/tools/pub/installing
-
+
## Additional reading