This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 590e91c0c Make README consistent with developer guide regarding
minimum Java version (#1944)
590e91c0c is described below
commit 590e91c0c575ab6491eb9ea48ac727abf0c222d3
Author: Michael Koepf <[email protected]>
AuthorDate: Wed Nov 26 19:27:00 2025 +0000
Make README consistent with developer guide regarding minimum Java version
(#1944)
---
README.md | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 23fc7dc91..43b2ee050 100644
--- a/README.md
+++ b/README.md
@@ -61,15 +61,12 @@ Prerequisites for building Apache Fluss:
- Unix-like environment (we use Linux, Mac OS X, Cygwin, WSL)
- Git
- Maven (we require version >= 3.8.6)
-- Java 8 or 11
+- Java 11
```bash
git clone https://github.com/apache/fluss.git
cd fluss
-# in case of java 11
./mvnw clean package -DskipTests
-# or in case of java 8
-./mvnw clean package -DskipTests -Pjava8
```
Apache Fluss is now installed in `build-target`. The build command uses Maven
Wrapper (`mvnw`) which ensures the correct Maven version is used.