summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-05-12 00:20:37 +0800
committerGitHub <noreply@github.com>2022-05-11 12:20:37 -0400
commit5b158389b01d028e98e59f0ea41c01d625a84242 (patch)
tree7f8da5c4f388d25f9949952bb566baf6b6fdb1a2 /doc
parentdae1437ca03834527b654cf5bc8d7f41c9412a20 (diff)
downloadthrift-5b158389b01d028e98e59f0ea41c01d625a84242.tar.gz
THRIFT-5581: use gradle 7 for java/kotlin (#2601)
* upgrade gradle version to 7.4 * migrate from `maven` plugin to `maven-publish` plugin as required for Gradle 7 * add guard to ktfmt, since it can't run with JDK 8 Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/install/debian.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/debian.md b/doc/install/debian.md
index 9be7265bd..0792252e9 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 (version 6.9.2)
+ * packages: gradle (version 7.4.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