betterplayer icon indicating copy to clipboard operation
betterplayer copied to clipboard

CI/CD Pipeline failed because Better Player depends on jcenter()

Open jtmuller5 opened this issue 2 years ago • 0 comments

Describe the bug My CI/CD pipeline failed with this error message:

* What went wrong:
Could not determine the dependencies of task ':app:minifyQaReleaseWithR8'.
> Could not resolve all task dependencies for configuration ':app:qaReleaseRuntimeClasspath'.
   > Could not resolve ***x.room:room-common:[2.2.5].
     Required by:
         project :app > project :better_player > ***x.work:work-runtime:2.7.0 > ***x.room:room-runtime:2.2.5
      > Failed to list versions for ***x.room:room-common.
         > Unable to load Maven meta-data from https://jcenter.bintray.com/***x/room/room-common/maven-metadata.xml.
            > Could not get resource 'https://jcenter.bintray.com/***x/room/room-common/maven-metadata.xml'.
               > Could not GET 'https://jcenter.bintray.com/***x/room/room-common/maven-metadata.xml'.
                  > Read timed out

Apparently center is down at the moment so anything that depends on it is breaking (http://status.bintray.com/).

Better Player version

  • Version: 0.0.82

jtmuller5 avatar May 04 '22 20:05 jtmuller5