Skip to content

Commit a57a0eb

Browse files
committed
bump java in docs
Signed-off-by: Attila Mészáros <[email protected]>
1 parent a086a06 commit a57a0eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content.zh/docs/development/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In order to build the operator you need to [clone the git repository]({{< github
3636
git clone {{< github_repo >}}
3737
```
3838

39-
To build from the command line, it is necessary to have **Maven 3** and a **Java Development Kit** (JDK) installed. Please note that Flink Kubernetes Operator requires **Java 11**.
39+
To build from the command line, it is necessary to have **Maven 3** and a **Java Development Kit** (JDK) installed. Please note that Flink Kubernetes Operator requires **Java 17**.
4040

4141
To build the project, you can use the following command:
4242

docs/content/docs/development/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In order to build the operator you need to [clone the git repository]({{< github
3636
git clone {{< github_repo >}}
3737
```
3838

39-
To build from the command line, it is necessary to have **Maven 3** and a **Java Development Kit** (JDK) installed. Please note that Flink Kubernetes Operator requires **Java 11**.
39+
To build from the command line, it is necessary to have **Maven 3** and a **Java Development Kit** (JDK) installed. Please note that Flink Kubernetes Operator requires **Java 17**.
4040

4141
To build the project, you can use the following command:
4242

0 commit comments

Comments
 (0)