summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2023-04-09 14:39:20 +0700
committerGitHub <noreply@github.com>2023-04-09 15:39:20 +0800
commit79a4b1e9a36248b8350f637b38ad073f49c5fd8f (patch)
tree421dc2cc518bd0ad3cf737126f85560bd18c1098 /doc
parentc82d0c2101544abcad6895b3c9f962980c15844c (diff)
downloadthrift-79a4b1e9a36248b8350f637b38ad073f49c5fd8f.tar.gz
update gradle to version 7.6 (#2744)
* update gradle to version 7.6 * update hash
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 e349f0fe0..2a9446bdb 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -29,7 +29,7 @@ These are only required if you choose to build the libraries for the given langu
* Qt (optional)
* Java
* Java 17
- * Gradle 7.5.1
+ * Gradle 7.6
* 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 4d5a4464b..281a6a802 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 7.5.1)
+ * packages: gradle (version 7.6)
* 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