From 6d54fbf98a880afb96070ccdffd3feda7655ecec Mon Sep 17 00:00:00 2001 From: yangjf2019 Date: Mon, 20 Jan 2025 16:20:03 +0800 Subject: [PATCH] [hotfix] Update the maven version requirements in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3e1d69d552..e257fc48ff14 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can join the Paimon community on Slack. Paimon channel is in ASF Slack works ## Building -JDK 8/11 is required for building the project. Maven version >=3.3.1. +JDK 8/11 is required for building the project. Maven version >=3.6.3. - Run the `mvn clean install -DskipTests` command to build the project. - Run the `mvn spotless:apply` to format the project (both Java and Scala).