Skip to content

Commit fd5a456

Browse files
committed
Documentation: add exclude tests option to build step
Signed-off-by: dzdidi <[email protected]>
1 parent 3cbef3c commit fd5a456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ cd vss-server/java
105105
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.
106106
```
107107
gradle wrapper --gradle-version 8.1.1
108-
./gradlew build
108+
./gradlew build -x test # Running tests requires docker-engine to be running.
109109
```
110110
111111
### Deploy

0 commit comments

Comments
 (0)