netifi / netifi-quickstart-spring

Project to assist you in getting started using Netifi with Spring.
https://www.netifi.com
Apache License 2.0
25 stars 6 forks source link

Build fails (MacOs/Mojave) #7

Closed DavidMGross closed 5 years ago

DavidMGross commented 5 years ago

Same issue as #3 maybe?

$ ./gradlew build
...
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :service-idl:generateProto FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':service-idl:protobufToolsLocator_rsocketRpc'.
> Could not find rsocket-rpc-protobuf-osx-x86_64.exe (io.rsocket.rpc:rsocket-rpc-protobuf:0.2.12).
  Searched in the following locations:
      https://repo.maven.apache.org/maven2/io/rsocket/rpc/rsocket-rpc-protobuf/0.2.12/rsocket-rpc-protobuf-0.2.12-osx-x86_64.exe
...
mostroverkhov commented 5 years ago

@DavidMGross non-linux binaries did not sync from bintray to mavenCentral - this will be fixed soon. In the meantime, removing mavenCentral() from repositories in root build.gradle (done on master branch already) should resolve the issue - can you confirm?

DavidMGross commented 5 years ago

Commenting out the mavenCentral() line from build.gradle allowed the build to complete successfully for me.