Gradle Runner not working: com.novoda:espresso-support-extras

Hello,

I’ve one problem with my workflow for build my Android app.
Monday, my workflow work fine, but since tuesday the same worfklow not working, cause the step “Gradle Runner” fail because he don’t find “com.novoda:espresso-support-extras:1.0.0”
Between the two days there was no new code. So the code is the same since Monday who work perfectly and Tuesday who is not working.
I’ve search if there are problem on Google Service or other, but I didn’t find anything.

I’ve try to build in local but it work perfectly, the problem is only in Bitrise.

Reproducibility

  • Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
  • Does a rebuild without caches help? (You can remove the Cache:Pull and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : NO
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : Tuesday 7 May

Build log

Could not determine the dependencies of task ‘:app:preNeutralDebugBuild’.
Could not resolve all task dependencies for configuration ‘:app:neutralDebugRuntimeClasspath’.
Could not find com.novoda:espresso-support-extras:1.0.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.pom
- https://dl.google.com/dl/android/maven2/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.jar
- https://jcenter.bintray.com/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.pom
- https://jcenter.bintray.com/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.jar
- https://maven.fabric.io/public/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.pom
- https://maven.fabric.io/public/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.jar
- https://repo.maven.apache.org/maven2/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.pom
- https://repo.maven.apache.org/maven2/com/novoda/espresso-support-extras/1.0.0/espresso-support-extras-1.0.0.jar
Required by:
project :app"

Hi @BISSERIER!

Sorry to hear about the issue, but this doesn’t seem to be specific to Bitrise, if I click any of these links I receive a 404 error message, the issue is that the dependencies your builds need aren’t available online at the moment, while they are of course already on your computer.

Thanks for the answer.

I didn’t think about this possibility…

Thanks a lot

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.