Explorar o código

changed gradle command to ./gradlew

LisaFC %!s(int64=11) %!d(string=hai) anos
pai
achega
8813157abe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      java/javatutorial.md

+ 1 - 1
java/javatutorial.md

@@ -101,7 +101,7 @@ Next we need to generate the gRPC client and server interfaces from our .proto s
 For simplicity, we've provided a [Gradle build file](https://github.com/grpc/grpc-java/blob/master/examples/build.gradle) that runs `protoc` for you with the appropriate plugin, input, and output (if you want to run this yourself, make sure you've installed protoc and followed the gRPC code [installation instructions](https://github.com/grpc/grpc-java) first):
 For simplicity, we've provided a [Gradle build file](https://github.com/grpc/grpc-java/blob/master/examples/build.gradle) that runs `protoc` for you with the appropriate plugin, input, and output (if you want to run this yourself, make sure you've installed protoc and followed the gRPC code [installation instructions](https://github.com/grpc/grpc-java) first):
 
 
 ```shell
 ```shell
-gradle build
+../gradlew build
 ```
 ```
 
 
 which actually runs:
 which actually runs: