This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 81634fadbeb Update Java requirement in dev guide (#24098)
81634fadbeb is described below
commit 81634fadbeb229e46f81bdf0ab3cc5fa2fd46c3d
Author: 吴伟杰 <[email protected]>
AuthorDate: Fri Feb 10 16:59:39 2023 +0800
Update Java requirement in dev guide (#24098)
---
docs/community/content/involved/contribute/dev-env.cn.md | 2 +-
docs/community/content/involved/contribute/dev-env.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/community/content/involved/contribute/dev-env.cn.md
b/docs/community/content/involved/contribute/dev-env.cn.md
index 263359ba0f1..6d3ebee50ae 100644
--- a/docs/community/content/involved/contribute/dev-env.cn.md
+++ b/docs/community/content/involved/contribute/dev-env.cn.md
@@ -23,7 +23,7 @@ git config --global core.longpaths true
## 安装 JDK
-使用 JDK 8 或以上版本。
+使用 JDK 11 或以上版本。
可以从 [OpenJDK 下载页面]( https://adoptium.net/temurin/releases ) 下载。
diff --git a/docs/community/content/involved/contribute/dev-env.en.md
b/docs/community/content/involved/contribute/dev-env.en.md
index 3021279fff4..7e80bf6fff8 100644
--- a/docs/community/content/involved/contribute/dev-env.en.md
+++ b/docs/community/content/involved/contribute/dev-env.en.md
@@ -23,7 +23,7 @@ git config --global core.longpaths true
## JDK Installation
-Use JDK8+.
+Use JDK 11 or higher.
You could download JDK from [OpenJDK Downloads](
https://adoptium.net/temurin/releases ).