The gradle build is stuck

Some messages can't reach some of the S4 nodes

You may have some connectivity issues.

I get some "Could not resolve all dependencies for configuration .... " error when building the project from source

This is a known issue with Gradle, see GRADLE-2369 and GRADLE-2034 for an explanation. It happens when an artifact exists in your local maven repository but it's missing the jar files.

There are two ways of solving it:

  1. Comment the "mavenLocal()" line in build.gradle (or place it after mavenCentral() )
  2. Cleaning or at least removing the problematic dependency from your repository. The local maven repository is usually in the ~/.m2 directory