Skip to content

Commit

Permalink
Documentation: add exclude tests option to build step
Browse files Browse the repository at this point in the history
Signed-off-by: dzdidi <[email protected]>
  • Loading branch information
dzdidi committed Dec 12, 2024
1 parent 3cbef3c commit fd5a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ cd vss-server/java
Note: build command also does tests which are hardcoded to run against containerized posgress, so there will be some errors printed out, if errors are only about tests, then it is fine.
```
gradle wrapper --gradle-version 8.1.1
./gradlew build
./gradlew build -x test # Running tests requires docker-engine to be running.
```
### Deploy
Expand Down

0 comments on commit fd5a456

Please sign in to comment.