Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 11
- Java 8 (deprecated) 或 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.0.4 (or higher)
- Java 11
- Java 8 (deprecated) or 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** 和 **JDK** (Java开发套件)。Flink 依赖 **Java 11** 或更新的版本来进行构建
还需要准备 **Maven 3** 和 **JDK** (Java开发套件)。Flink 依赖 **Java 8 (deprecated) 或 Java 11** 来进行构建

*注意:Maven 3.3.x 可以构建 Flink,但是不能正确地屏蔽掉指定的依赖。Maven 3.2.5 可以正确地构建库文件。

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/dev/configuration/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ to automate tasks in the development process.
## Requirements

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

## Importing the project into your IDE

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.0.4 (or higher)
- Java 11
- Java 8 (deprecated) or 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** and a **JDK** (Java Development Kit). Flink requires **at least Java 11** to build.
In addition you need **Maven 3** and a **JDK** (Java Development Kit). Flink requires **Java 8 (deprecated) or Java 11** to build.

*NOTE: Maven 3.3.x can build Flink, but will not properly shade away certain dependencies. Maven 3.2.5 creates the libraries properly.*

Expand Down