Rename the codegen binary from java_plugin to protoc-gen-grpc-java
diff --git a/compiler/build.gradle b/compiler/build.gradle
index 151728f..6c7710d 100644
--- a/compiler/build.gradle
+++ b/compiler/build.gradle
@@ -15,7 +15,9 @@
 }
 
 executables {
-  java_plugin {}
+  java_plugin {
+    baseName "$protocPluginBaseName"
+  }
 }
 
 dependencies {