rsocket / rsocket-cli

Command-line client for ReactiveSocket
Apache License 2.0
71 stars 22 forks source link

./gradlew ---console plain installDist : build command not work #81

Closed Crimsonfantasy closed 4 years ago

Crimsonfantasy commented 5 years ago

./gradlew ---console plain installDist it show error message:

Unknown command-line option '---console'.

what is the correct way to build?

yschimke commented 4 years ago

Just use ./gradlew installDist for now and I'll cleanup the instructions shortly.

yschimke commented 4 years ago

typo ---console, fixed. Thanks.