Gradle support for linux-like environments has been released in Reactive-gRPC 0.7.1.
The current implementation relies on Bash. Windows native support requires more invasive changes to the protobuf-gradle-plugin. Windows users can use WSL or gitbash to compile. On Monday, November 27, 2017 at 1:13:24 PM UTC-8, Ryan Michela wrote: > > We are actively working on Gradle support. > https://github.com/salesforce/reactive-grpc/issues/21 > > On Saturday, November 25, 2017 at 4:01:29 PM UTC-8, [email protected] > wrote: >> >> Hi Ryan, a bit of a silly question perhaps, but do you have Gradle >> support? I only see a Maven plugin. >> >> Thanks >> >> On Saturday, 25 November 2017 05:22:58 UTC+2, Ryan Michela wrote: >>> >>> Reactive-gRPC 0.7.0 is now released and available on Maven Central. >>> >>> <groupId>com.salesforce.servicelibs</groupId> >>>> <artifactId>reactive-grpc</artifactId> >>>> <version>0.7.0</version> >>> >>> >>> Reactive gRPC is a suite of libraries for using gRPC with Reactive >>> Streams <http://www.reactive-streams.org/> programming libraries. Using >>> a protocol buffers compiler plugin, Reactive gRPC generates alternative >>> gRPC bindings for each reactive technology. The reactive bindings support >>> unary and streaming operations in both directions. Reactive gRPC also >>> builds on top of gRPC's back-pressure support, to deliver end-to-end >>> back-pressure-based flow control in line with Reactive Streams >>> back-pressure model. >>> >>> Reactive-gRPC supports: >>> >>> - RxJava >>> - Spring Reactor >>> >>> https://github.com/salesforce/reactive-grpc >>> >> -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c19b7838-6fb3-43c4-a045-6caeada26409%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
