This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new 35089d8 add gradle wrapper jar file
35089d8 is described below
commit 35089d863e09a1e28b9a28689a9bc7a968602441
Author: ken.lj <[email protected]>
AuthorDate: Wed Oct 30 12:14:39 2019 +0800
add gradle wrapper jar file
---
compiler/README.md | 6 +++---
compiler/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 54413 bytes
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/README.md b/compiler/README.md
index a2dce44..de59104 100644
--- a/compiler/README.md
+++ b/compiler/README.md
@@ -1,7 +1,7 @@
# Dubbo customized version
## Get Started, how to use
-1. Add maven dependency
+1. Add maven dependency to your project
```xml
<build>
<extensions>
@@ -176,12 +176,12 @@ public static abstract class GreeterImplBase implements
io.grpc.BindableService,
To compile the plugin:
```
-$ ../gradlew java_pluginExecutable
+$ ./gradlew java_pluginExecutable
```
To publish to local repository
```
-$ ../gradlew publishToMavenLocal
+$ ./gradlew publishToMavenLocal
```
## Publish to maven repository
diff --git a/compiler/gradle/wrapper/gradle-wrapper.jar
b/compiler/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..0d4a951
Binary files /dev/null and b/compiler/gradle/wrapper/gradle-wrapper.jar differ