Skip to content

Commit c2d70af

Browse files
committed
added linebreaks
1 parent b687c5b commit c2d70af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ You can build and verify the sources as follows:
2828
```sh
2929
./mvnw verify
3030
```
31+
3132
`verify` goal runs validation and test steps next to building (i.e., compiling) the sources.
3233
To speed up the build, you can skip verification:
34+
3335
```sh
3436
./mvnw -DskipTests package
3537
```

0 commit comments

Comments
 (0)