Skip to content

这个库好像不存在了,我报了一个这个错误 #1

@Allyns

Description

@Allyns

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':app:compileDebugKotlin'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not resolve com.github.wsj1024:AndRatingBar:1.0.6.
Required by:
project :app
> Could not resolve com.github.wsj1024:AndRatingBar:1.0.6.
> Could not get resource 'https://dl.bintray.com/umsdk/release/com/github/wsj1024/AndRatingBar/1.0.6/AndRatingBar-1.0.6.pom'.
> Could not GET 'https://dl.bintray.com/umsdk/release/com/github/wsj1024/AndRatingBar/1.0.6/AndRatingBar-1.0.6.pom'. Received status code 403 from server: Forbidden

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

另外一个配置文件:

implementation 'com.github.wsj1024:AndRatingBar:1.0.6'

allprojects {
repositories {
google()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
jcenter()
maven { url 'https://dl.bintray.com/umsdk/release' }
maven { url 'https://jitpack.io' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' }
flatDir {
dirs 'libs'
}
maven { url "https://maven.aliyun.com/nexus/content/repositories/releases" }

}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions