Skip to content

Instantly share code, notes, and snippets.

@junwan01
Created April 22, 2019 05:19
Show Gist options
  • Save junwan01/4192b57d3bab57ca504e2e1a98150d33 to your computer and use it in GitHub Desktop.
Save junwan01/4192b57d3bab57ca504e2e1a98150d33 to your computer and use it in GitHub Desktop.
$ cd $SRC
$ git clone https://github.com/grpc/grpc-java.git
Cloning into 'grpc-java'...
remote: Enumerating objects: 166, done.
remote: Counting objects: 100% (166/166), done.
remote: Compressing objects: 100% (121/121), done.
remote: Total 84096 (delta 66), reused 92 (delta 25), pack-reused 83930
Receiving objects: 100% (84096/84096), 31.18 MiB | 23.14 MiB/s, done.
Resolving deltas: 100% (38843/38843), done.
$ cd grpc-java/compiler/
$ ../gradlew java_pluginExecutable
$ ls -l build/exe/java_plugin/protoc-gen-grpc-java
-rwxr-xr-x 1 jwan staff 277424 Feb 27 09:01 build/exe/java_plugin/protoc-gen-grpc-java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment