summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-10-14 13:16:18 +0800
committerGitHub <noreply@github.com>2022-10-14 13:16:18 +0800
commit92b007fa888709a2808993d10a91b524fdf42bda (patch)
tree32d2e37be11b43ad28907967b6167637cd6c8fe6 /doc
parentc2cccb6b67b6dd9e3a53eb91b5cc138cba4d5415 (diff)
downloadthrift-92b007fa888709a2808993d10a91b524fdf42bda.tar.gz
java to use jdk 17 (#2686)
Diffstat (limited to 'doc')
-rw-r--r--doc/install/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/README.md b/doc/install/README.md
index 3bc4d3559..e349f0fe0 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -7,7 +7,7 @@
* Runtime libraries for lex and yacc might be needed for the compiler.
## Requirements for building from source
-* GNU build tools:
+* GNU build tools:
* autoconf 2.65
* automake 1.13
* libtool 1.5.24
@@ -28,8 +28,8 @@ These are only required if you choose to build the libraries for the given langu
* zlib (optional)
* Qt (optional)
* Java
- * Java 1.8
- * Gradle
+ * Java 17
+ * Gradle 7.5.1
* 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)