Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.Try cleaning it

There are two ways of solving it:

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