Skip to content

Commit

Permalink
[hotfix] Remove requiremenet for java 8 in docs (#25785)
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Dec 11, 2024
1 parent 5ca9eef commit cb5fc57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/dev/configuration/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.
## 要求

- Gradle 7.x
- Java 8 (deprecated) 或 Java 11
- Java 11

## 将项目导入 IDE

Expand Down
2 changes: 1 addition & 1 deletion docs/content.zh/docs/dev/configuration/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.
## 要求

- Maven 3.8.6
- Java 8 (deprecated) or Java 11
- Java 11

## 将项目导入 IDE

Expand Down
2 changes: 1 addition & 1 deletion docs/content.zh/docs/flinkDev/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.

首先需要准备源码。可以[从发布版本下载源码]({{< downloads >}}) 或者[从 Git 库克隆 Flink 源码]({{< github_repo >}})。

还需要准备 **Maven 3.8.6****JDK** (Java开发套件)。Flink 依赖 **Java 8 (deprecated) 或 Java 11** 来进行构建。
还需要准备 **Maven 3.8.6****JDK** (Java开发套件)。Flink 依赖 **Java 11** 来进行构建。

输入以下命令从 Git 克隆代码

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/dev/configuration/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ publish, and deploy projects. You can use it to manage the entire lifecycle of y
## Requirements

- Maven 3.8.6
- Java 8 (deprecated) or Java 11
- Java 11

## Importing the project into your IDE

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/flinkDev/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This page covers how to build Flink {{< version >}} from sources.

In order to build Flink you need the source code. Either [download the source of a release]({{< downloads >}}) or [clone the git repository]({{< github_repo >}}).

In addition you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Flink requires **Java 8 (deprecated) or Java 11** to build.
In addition you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Flink requires **Java 11** to build.

To clone from git, enter:

Expand Down

0 comments on commit cb5fc57

Please sign in to comment.