Skip to content

Commit

Permalink
Minor: Modified readme with gradle command to build and skip tests. (#33
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nk1506 authored Aug 1, 2024
1 parent 55c689d commit f29d944
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit f29d944

Please sign in to comment.