From fd5a45601ca99c97b38367d92841b04566a0bcc5 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/INSTALL.md b/java/INSTALL.md index 6321fd2..5306b80 100644 --- a/java/INSTALL.md +++ b/java/INSTALL.md @@ -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