This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 14befd53b2 [hotfix] Update the maven version requirements in the
readme (#4955)
14befd53b2 is described below
commit 14befd53b20eeabd180945538c9df2140847aff7
Author: yangjf2019 <[email protected]>
AuthorDate: Tue Jan 21 10:23:09 2025 +0800
[hotfix] Update the maven version requirements in the readme (#4955)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bf3e1d69d5..e257fc48ff 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).