Skip to content

Commit 0651d64

Browse files
authored
[hotfix] Update README about building using java 8 (#1838)
1 parent 9c053d1 commit 0651d64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ Prerequisites for building Apache Fluss:
4848
```bash
4949
git clone https://github.com/apache/fluss.git
5050
cd fluss
51+
# in case of java 11
5152
./mvnw clean package -DskipTests
53+
# or in case of java 8
54+
./mvnw clean package -DskipTests -Pjava8
5255
```
5356

5457
Apache Fluss is now installed in `build-target`. The build command uses Maven Wrapper (`mvnw`) which ensures the correct Maven version is used.

0 commit comments

Comments
 (0)