From 4339b5e8a62ff50b185663924fd90fc5dbdea23e Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Thu, 23 Jul 2026 01:29:34 +0800 Subject: [PATCH] [ci skip] fix typo --- docs/CONTRIBUTING.md | 2 +- docs/CONTRIBUTING_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 531d172..55735ae 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -21,7 +21,7 @@ 在开始开发之前,您首先需要拥有以下软件作为开发环境: - `git` -- `JDK 21 或更高版本` +- `JDK 25 或更高版本` 特别提醒:在操作前,您需要启用系统和Git的长路径支持,以下为部分平台的相关描述。 diff --git a/docs/CONTRIBUTING_EN.md b/docs/CONTRIBUTING_EN.md index 0364c06..f95644a 100644 --- a/docs/CONTRIBUTING_EN.md +++ b/docs/CONTRIBUTING_EN.md @@ -23,7 +23,7 @@ See also [This issue](https://github.com/isaacs/github/issues/1681), and then yo Before coding, you need these pieces of software / tools as Dev Environment. - `git` -- `JDK 21 or higher` +- `JDK 25 or higher` PS: You need to enable long path support in your System and Git before start, some of the platform's resolution here.