Skip to content

Commit dfddee2

Browse files
Mehul BatraMehul Batra
authored andcommitted
fix unwanted formatting2
1 parent 9f971fa commit dfddee2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

website/community/dev/building.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,12 @@ mvn clean install -DskipTests
5656
This instructs [Maven](http://maven.apache.org) (`mvn`) to first remove all existing builds (`clean`) and then create a new Fluss binary (`install`).
5757

5858
:::tip
59-
Using the included [Maven Wrapper](https://maven.apache.org/wrapper/) by replacing `mvn` with `./mvnw` ensures that the
60-
correct Maven version is used.
59+
Using the included [Maven Wrapper](https://maven.apache.org/wrapper/) by replacing `mvn` with `./mvnw` ensures that the correct Maven version is used.
6160
:::
6261

6362
To speed up the build you can:
6463
- skip tests by using ` -DskipTests`
65-
- use Maven's parallel build feature, e.g., `mvn package -T 1C` will attempt to build 1 module for each CPU core in
66-
parallel.
64+
- use Maven's parallel build feature, e.g., `mvn package -T 1C` will attempt to build 1 module for each CPU core in parallel.
6765

6866
The build script will be:
6967
```bash

0 commit comments

Comments
 (0)