Skip to content

Commit

Permalink
Merge pull request #157 from chbatey/patch-1
Browse files Browse the repository at this point in the history
add stub dependency to gradle instructions
  • Loading branch information
rmichela authored Mar 11, 2019
2 parents 1b061a2 + 8c56e7c commit 54fb9dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reactor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To use Reactor-gRPC with the `protobuf-maven-plugin`, add a [custom protoc plugi

### Gradle
To use Reactor-gRPC with the `protobuf-gradle-plugin`, add the reactor-grpc plugin to the protobuf `plugins` section.
```scala
```groovy
protobuf {
protoc {
// The artifact spec for the Protobuf Compiler
Expand All @@ -47,6 +47,8 @@ protobuf {
}
}
```
And add the following dependency: `"com.salesforce.servicelibs:reactor-grpc-stub:${reactiveGrpcVersion}"`

*At this time, Reactor-gRPC with Gradle only supports bash-based environments. Windows users will need to build using Windows Subsystem for Linux (win 10), Gitbash, or Cygwin.*

Usage
Expand Down

0 comments on commit 54fb9dd

Please sign in to comment.