From bce5e844a9c60e332a0bbd63ce76f2a9e7ade668 Mon Sep 17 00:00:00 2001 From: dzdidi Date: Thu, 12 Dec 2024 09:42:34 +0100 Subject: [PATCH] Documentation: add exclude tests option to build step Signed-off-by: dzdidi --- java/INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/INSTALL.md b/java/INSTALL.md index 6321fd2..dbe8da7 100644 --- a/java/INSTALL.md +++ b/java/INSTALL.md @@ -102,10 +102,9 @@ cd vss-server/java ``` ### Build -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