Skip to content

Commit bce5e84

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ cd vss-server/java
102102
```
103103
104104
### Build
105-
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.
106105
```
107106
gradle wrapper --gradle-version 8.1.1
108-
./gradlew build
107+
./gradlew build -x test # Running tests requires docker-engine to be running.
109108
```
110109
111110
### Deploy

0 commit comments

Comments
 (0)