grpc-kotlin
grpc-kotlin copied to clipboard
Can not run the sample
trafficstars
zsh: no such file or directory: ./server/build/install/server/bin/hello-world-server
what to do?
Does the ./server/build dir exist? Did you run ./gradlew assemble ?
Output of ./gradlew assemble:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1s
27 actionable tasks: 27 up-to-date
An ls shows me that there is not even a ./server folder
Found the mistake.
I forgot to run cd grpc-kotlin/examples before running ./gradlew installDist