$ ./gradlew :client:run
...
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':service-idl:compile'.
> Could not find io.rsocket.rpc:rsocket-rpc-core:0.2.0.
Searched in the following locations:
https://jcenter.bintray.com/io/rsocket/rpc/rsocket-rpc-core/0.2.0/rsocket-rpc-core-0.2.0.pom
https://jcenter.bintray.com/io/rsocket/rpc/rsocket-rpc-core/0.2.0/rsocket-rpc-core-0.2.0.jar
https://dl.bintray.com/netifi/netifi-oss/io/rsocket/rpc/rsocket-rpc-core/0.2.0/rsocket-rpc-core-0.2.0.pom
https://dl.bintray.com/netifi/netifi-oss/io/rsocket/rpc/rsocket-rpc-core/0.2.0/rsocket-rpc-core-0.2.0.jar
Required by:
project :service-idl
...