Bitrise is constantly failing gradle runner step with one specific dependency

Bitrise Build Issue Report template

Description of the issue

Bitrise is constantly failing on gradle runner step when trying to resolve
com.followapps.android:sdk:6.3.2

Environment:

Android/Docker Ubuntu stack - standard machine

Reproducibility

  • _Does a “Rebuild” help?: NO
  • _Does a rebuild without caches help?: NO
  • Does the issue happen sporadically, or every time? : every time
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : first time about 2019.07.25

Local reproduction

_Can it be reproduced on your own Mac/PC NO, i’ve tried with clean build, made gradle build --refresh-dependencies and everything works fine. Also works fine on Jenkins CI machine.

Local reproduction: Linux / Android (docker based) stack builds

_Can it be reproduced by running the build locally, after doing a new git clone of the repository into the /tmp directory and running the build from there with the Bitrise CLI ( https://www.bitrise.io/cli )? If no, can it be reproduced with Docker (using the same docker images / environment we use on bitrise.io)? Related guide: http://devcenter.bitrise.io/docker/run-your-build-locally-in-docker/ NO

Build log

latest build https://app.bitrise.io/build/86d353d52237b04b#?tab=log

gradle repo configs

allprojects {
    repositories {
        maven { url 'http://nexus.follow-apps.com/nexus/content/repositories/releases/' }
        google()
        jcenter()
        flatDir {
            dirs 'libs'
        }
    }
}

FA documentation about adding the dependency https://dev.followanalytics.com/sdks/android/documentation/

Hi @mateusz.gabrynowicz, sorry to read about this problem. Has this been working in the past or not at all? Have you done both of these steps required according to the guide?

Yes.

Local reproduction
_Can it be reproduced on your own Mac/PC NO, i’ve tried with clean build, made gradle build --refresh-dependencies and everything works fine. Also works fine on Jenkins CI machine.

It’s working fine on my machine and on Jenkins so the configuration of gradle dependencies is not the problem

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