We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c053d1 commit 0651d64Copy full SHA for 0651d64
README.md
@@ -48,7 +48,10 @@ Prerequisites for building Apache Fluss:
48
```bash
49
git clone https://github.com/apache/fluss.git
50
cd fluss
51
+# in case of java 11
52
./mvnw clean package -DskipTests
53
+# or in case of java 8
54
+./mvnw clean package -DskipTests -Pjava8
55
```
56
57
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