Skip to content

Commit

Permalink
[MINOR] Update Maven and Java versions in README (apache#12473)
Browse files Browse the repository at this point in the history
* [MINOR] Update Maven and Java versions in README

* Make Java 17 support official
  • Loading branch information
codope authored Dec 12, 2024
1 parent dd0b809 commit 6adb8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Learn more about Hudi at [https://hudi.apache.org](https://hudi.apache.org)
Prerequisites for building Apache Hudi:

* Unix-like system (like Linux, Mac OS X)
* Java 8 (Java 9 or 11 may work)
* Java 8, 11 or 17
* Git
* Maven (>=3.3.1)
* Maven (>=3.6.0)

```
# Checkout code and build
Expand Down

0 comments on commit 6adb8bf

Please sign in to comment.