Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么下载不了了,之前都还能下载的 #412

Open
zengzilong111 opened this issue Sep 26, 2024 · 3 comments
Open

为什么下载不了了,之前都还能下载的 #412

zengzilong111 opened this issue Sep 26, 2024 · 3 comments

Comments

@zengzilong111
Copy link

为什么现在不能用了,一直说是下载不来, https://jcenter.bintray.com/top/zibin/Luban/1.1.8/Luban-1.1.8.aar

@javofxu
Copy link

javofxu commented Sep 27, 2024

仓库里release版本都没了。我有七八个库没了,都需要重新适配,维护老项目太难了!

@MerleLiuKun
Copy link

在 jcenter 上边加个仓库

maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
google()
jcenter()

@getglory
Copy link

getglory commented Nov 4, 2024

为什么现在不能用了,一直说是下载不来, https://jcenter.bintray.com/top/zibin/Luban/1.1.8/Luban-1.1.8.aar

因为Jcenter没了啊。你用阿里的镜像服务器啊,访问很快。

    maven { url 'https://maven.aliyun.com/repository/central' }
    maven { url "https://maven.aliyun.com/repository/public" }//阿里云jcenter  防止jcenter失效
    maven { url 'https://maven.aliyun.com/repository/google' }
    maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
    maven { url 'https://maven.aliyun.com/repository/spring' }
    maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
    maven { url 'https://maven.aliyun.com/repository/grails-core' }
    maven { url 'https://maven.aliyun.com/repository/apache-snapshots' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants