mirror of https://github.com/dapr/java-sdk.git
specify mvn clean install (#216)
This commit is contained in:
parent
e948bf60ef
commit
fbcc088c4c
|
@ -111,7 +111,7 @@ Then head over to build the [Maven](https://maven.apache.org/install.html) (Apac
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# make sure you are in the `java-sdk` directory.
|
# make sure you are in the `java-sdk` directory.
|
||||||
mvn install
|
mvn clean install
|
||||||
```
|
```
|
||||||
|
|
||||||
Try the following examples to learn more about Dapr's Java SDK:
|
Try the following examples to learn more about Dapr's Java SDK:
|
||||||
|
|
Loading…
Reference in New Issue