mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Remove custom -PappArgs handling, gradle now supports --args
This commit is contained in:
parent
627a587952
commit
12e85ec671
2 changed files with 4 additions and 9 deletions
|
@ -89,6 +89,10 @@ dependencies. If you have a recent gradle version installed, you can replace `./
|
|||
|
||||
./gradlew distTar
|
||||
|
||||
5. Compile and run signal-cli:
|
||||
|
||||
./gradlew run --args="--help"
|
||||
|
||||
### Building a native binary with GraalVM (EXPERIMENTAL)
|
||||
|
||||
It is possible to build a native binary with [GraalVM](https://www.graalvm.org).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue