Skip to content

Commit

Permalink
update Java version from 11 to 17 (#24839)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglin-charlie-li authored Jan 6, 2023
1 parent e54871d commit f9d5de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/www/site/content/en/get-started/quickstart/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Use [`sdkman`](https://sdkman.io/) to install the Java Development Kit (JDK).
# Install sdkman
curl -s "https://get.sdkman.io" | bash

# Install Java 11
sdk install java 11.0.16-tem
# Install Java 17
sdk install java 17.0.5-tem
{{< /highlight >}}

You can use either [Gradle](https://gradle.org/) or
Expand Down

0 comments on commit f9d5de3

Please sign in to comment.