And the following statement does not work ``` ./gr...
# ktor
z
And the following statement does not work
Copy code
./gradlew -t installDist .

FAILURE: Build failed with an exception.

* What went wrong:
Task '.' not found in root project 'user-svc'.

* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at <https://help.gradle.org>

BUILD FAILED in 409ms
m
i don't know gradle but why do you have the dot in the command?
r
why not just
./gradlew installDist
m
z
ok
Thanks so much guys