From f29d94450400a0b05ca5e629900d899281dea1c6 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Date: Thu, 1 Aug 2024 14:43:57 +0530 Subject: [PATCH] Minor: Modified readme with gradle command to build and skip tests. (#33) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 44d6c7a46..56bca34f6 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ Build the binary (first time may require installing new JDK version). This build ./gradlew build ``` +To skip tests. + +``` +./gradlew assemble +``` + Run the Polaris server locally on localhost:8181 ```