netifi / netifi-quickstart-java

Project to assist you in getting started using Netifi.
http://www.netifi.com/
Apache License 2.0
23 stars 5 forks source link

ping-pong-solution branch build failure #8

Closed DavidMGross closed 5 years ago

DavidMGross commented 5 years ago
$ ./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
...
mostroverkhov commented 5 years ago

@DavidMGross I applied updates in feature/ping-pong-solution153, can you confirm It works for you?

DavidMGross commented 5 years ago

Yes, @mostroverkhov, that update seems to fix the problem that I reported.